PrintDocument for WinForms
C1PageSettings コンストラクタ(C1PageSettings,Boolean)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > C1PageSettings クラス > C1PageSettings コンストラクタ : C1PageSettings コンストラクタ(C1PageSettings,Boolean)
The C1PageSettings object to initialize the current one from.
A value indicating whether the current page settings should have landscape orientation.
Initializes a new instance of the C1PageSettings class from another C1PageSettings object.
シンタックス
'宣言
 
Public Function New( _
   ByVal source As C1PageSettings, _
   ByVal landscape As System.Boolean _
)
'使用法
 
Dim source As C1PageSettings
Dim landscape As System.Boolean
 
Dim instance As New C1PageSettings(source, landscape)
public C1PageSettings( 
   C1PageSettings source,
   System.bool landscape
)

パラメータ

source
The C1PageSettings object to initialize the current one from.
landscape
A value indicating whether the current page settings should have landscape orientation.
参照

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