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


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > OutputRange クラス > OutputRange コンストラクタ : OutputRange コンストラクタ(Int32,Int32)
The number of the first page to include (1-based).
The number of the last page to include (1-based).
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.
シンタックス
'宣言
 
Public Function New( _
   ByVal fromPage As System.Integer, _
   ByVal toPage As System.Integer _
)
'使用法
 
Dim fromPage As System.Integer
Dim toPage As System.Integer
 
Dim instance As New OutputRange(fromPage, toPage)
public OutputRange( 
   System.int fromPage,
   System.int toPage
)

パラメータ

fromPage
The number of the first page to include (1-based).
toPage
The number of the last page to include (1-based).
参照

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