FlexReport for UWP | ComponentOne
C1.UWP.Document Assembly / C1.Xaml.Document 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 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