Nevron.Diagram.Extensions Namespace / NPrintDocument Class / ComputePaging Method


ComputePaging Method
Syntax
'Declaration
 
Public Overridable Sub ComputePaging( _
   ByRef rowCount As System.Integer, _
   ByRef colCount As System.Integer _
) 
 
'Usage
 
Dim instance As NPrintDocument
Dim rowCount As System.Integer
Dim colCount As System.Integer
 
instance.ComputePaging(rowCount, colCount)

Parameters

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