Creates an instance of OutputRange that includes a single interval of pages.
シンタックス
'宣言
Public Function New( _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Boolean _
)
public OutputRange(
System.int ,
System.int ,
System.bool
)
パラメータ
- fromPage
- The number of the first page to include (1-based).
- toPage
- The number of the last page to include (1-based).
- inverted
- Indicates whether the range should be inverted, see Inverted for details.
参照