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


In This Topic
    ComputePaging Method
    In This Topic
    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)
    public virtual void ComputePaging( 
       out System.int rowCount,
       out System.int 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