Nevron.Diagram.WebForm Namespace / NDiagramPdfImageFormatProvider Class / ComputePagingCore Method


ComputePagingCore Method (NDiagramPdfImageFormatProvider)
Syntax
'Declaration
 
Protected Overridable Sub ComputePagingCore( _
   ByVal canvas As NCanvas, _
   ByVal imageFormat As NPdfImageFormat, _
   ByRef rowCount As System.Integer, _
   ByRef colCount As System.Integer _
) 
 
'Usage
 
Dim instance As NDiagramPdfImageFormatProvider
Dim canvas As NCanvas
Dim imageFormat As NPdfImageFormat
Dim rowCount As System.Integer
Dim colCount As System.Integer
 
instance.ComputePagingCore(canvas, imageFormat, rowCount, colCount)

Parameters

canvas
imageFormat
rowCount
colCount
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also