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 As System.Integer, _
ByVal As System.Integer _
)
public OutputRange(
System.int ,
System.int
)
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