Nevron .NET Vision
Nevron.Diagram.Extensions Namespace / NPrintDocument Class / ComputePaging Method
resulting rows count
resulting cols count


In This Topic
    ComputePaging Method
    In This Topic
    Computes the paging of the document
    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
    resulting rows count
    colCount
    resulting cols count
    Remarks
    If the NPrintManager PrintOnSinglePage property is set to true, the returned (rowCount, colCount) is always (1, 1). Otherwise the method will compute a paging grid, which bounds the entire document
    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