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


In This Topic
    ComputePagingCore Method (NDiagramPdfImageFormatProvider)
    In This Topic
    Core implementation of the print document paging layout, that zooms the document according to the print manager print layout mode and returns the count of rows and columns.
    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)
    protected virtual void ComputePagingCore( 
       NCanvas canvas,
       NPdfImageFormat imageFormat,
       out System.int rowCount,
       out System.int 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