[]
        
(Showing Draft Content)

C1.Win.Document.Forms.OutputRangeForm.SetOutputRange

SetOutputRange Method

SetOutputRange(OutputRange, Nullable<int>)

Assigns the output range.

Declaration
public virtual void SetOutputRange(OutputRange range, Nullable<int> maxPageNumber)
Public Overridable Sub SetOutputRange(range As OutputRange, maxPageNumber As Nullable(Of Integer))
Parameters
Type Name Description
OutputRange range

The range to assign.

Nullable<int> maxPageNumber

The maximum possible page number.