PrintDocument for WinForms
OutputRange コンストラクタ(String)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > OutputRange クラス > OutputRange コンストラクタ : OutputRange コンストラクタ(String)
The pages to be included.
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 _
)
'使用法
 
Dim pages As System.String
 
Dim instance As New OutputRange(pages)
public OutputRange( 
   System.string pages
)

パラメータ

pages
The pages to be included.
参照

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