Documents for PDF .NET Edition
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Common Namespace / OutputRange Class / OutputRange Constructor / OutputRange Constructor(Int32,Int32)
The number of the first page to include (1-based).
The number of the last page to include (1-based).

In This Topic
    OutputRange Constructor(Int32,Int32)
    In This Topic
    Creates an instance of OutputRange that includes a single interval of pages. FromPage may be greater than ToPage, in that case the range is inverted.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal fromPage As System.Integer, _
       ByVal toPage As System.Integer _
    )
    public OutputRange( 
       System.int fromPage,
       System.int toPage
    )

    Parameters

    fromPage
    The number of the first page to include (1-based).
    toPage
    The number of the last page to include (1-based).
    See Also