Tests whether page numbers specified by the current OutputRange fall within a specified range.
シンタックス
'宣言
Public Function InRange( _
ByVal As System.Integer, _
ByVal As System.Integer _
) As System.Boolean
'使用法
Dim instance As OutputRange
Dim minPageNumber As System.Integer
Dim maxPageNumber As System.Integer
Dim value As System.Boolean
value = instance.InRange(minPageNumber, maxPageNumber)
public System.bool InRange(
System.int ,
System.int
)
パラメータ
- 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).
参照