Documents for PDF .NET Edition
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Common Namespace / OutputRange Class / GetMinPage Method
The starting page number (used if the current range is from the beginning of a document).

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

    Parameters

    minPageNumber
    The starting page number (used if the current range is from the beginning of a document).

    Return Value

    The actual starting page number.
    See Also