Document Library for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document.Forms Namespace / OutputRangeForm Class / SetOutputRange Method
The range to assign.
The maximum possible page number.

In This Topic
    SetOutputRange Method (OutputRangeForm)
    In This Topic
    Assigns the output range.
    Syntax
    'Declaration
     
    Public Overridable Sub SetOutputRange( _
       ByVal range As OutputRange, _
       ByVal maxPageNumber As Nullable(Of Integer) _
    ) 
    public virtual void SetOutputRange( 
       OutputRange range,
       Nullable<int> maxPageNumber
    )

    Parameters

    range
    The range to assign.
    maxPageNumber
    The maximum possible page number.
    See Also