FlexReport for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document 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 (OutputRange)
    In This Topic
    Gets the starting page number of the current range.
    Syntax
    'Declaration
     
    Public Function GetMinPage( _
       ByVal minPageNumber As Integer _
    ) As Integer
    public int GetMinPage( 
       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