Document Library for WinForms
OutputRange コンストラクタ(String,Boolean)

C1.Win.Document.6 アセンブリ > C1.Win.Document 名前空間 > OutputRange クラス > OutputRange コンストラクタ : OutputRange コンストラクタ(String,Boolean)
The pages to be included.
Indicates whether the range should be inverted, see Inverted for details.
Creates an instance of OutputRange that includes pages specified by the string parameter. The string may contain: - page numbers (1-based) separated by spaces or commas; - dashes ('-') to specify intervals (a dash at the end implies infinity).
シンタックス
'宣言
 
Public Function New( _
   ByVal pages As System.String, _
   ByVal inverted As System.Boolean _
)
public OutputRange( 
   System.string pages,
   System.bool inverted
)

パラメータ

pages
The pages to be included.
inverted
Indicates whether the range should be inverted, see Inverted for details.
参照

OutputRange クラス
OutputRange メンバ
オーバーロード一覧