ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview.Export Namespace / ExportUtil Class / GetMinPageNumber Method
The target document.

In This Topic
    GetMinPageNumber Method
    In This Topic
    Returns the minimum page number for the specified document.
    Syntax
    'Declaration
     
    Public Shared Function GetMinPageNumber( _
       ByVal document As System.Object _
    ) As System.Integer
    public static System.int GetMinPageNumber( 
       System.object document
    )

    Parameters

    document
    The target document.

    Return Value

    The minimum page number valid for this document.
    See Also