Documents for PDF .NET Edition
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Common Namespace / OutputRange Class / GetMaxPage Method
The ending page number (used if the current range is to the end of a document).

In This Topic
    GetMaxPage Method
    In This Topic
    Gets the ending page number of the current range.
    Syntax
    'Declaration
     
    Public Function GetMaxPage( _
       ByVal maxPageNumber As System.Integer _
    ) As System.Integer
    public System.int GetMaxPage( 
       System.int maxPageNumber
    )

    Parameters

    maxPageNumber
    The ending page number (used if the current range is to the end of a document).

    Return Value

    The actual ending page number.
    See Also