Document Library for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document Namespace / OutputRange Class / InRange Method
The starting page number (used if the current range is from the beginning of a document).
The ending page number (used if the current range is to the end of a document).

In This Topic
    InRange Method (OutputRange)
    In This Topic
    Tests whether page numbers specified by the current OutputRange fall within a specified range.
    Syntax
    'Declaration
     
    Public Function InRange( _
       ByVal minPageNumber As Integer, _
       ByVal maxPageNumber As Integer _
    ) As Boolean
    public bool InRange( 
       int minPageNumber,
       int maxPageNumber
    )

    Parameters

    minPageNumber
    The starting page number (used if the current range is from the beginning of a document).
    maxPageNumber
    The ending page number (used if the current range is to the end of a document).
    See Also