C1PageSettings クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
Public Function New( _
ByVal As Unit, _
ByVal As Unit, _
ByVal As System.Printing.PageMediaSizeName, _
ByVal landscape As System.Boolean _
)
'使用法
Dim width As Unit
Dim height As Unit
Dim paperSize As System.Printing.PageMediaSizeName
Dim landscape As System.Boolean
Dim instance As New C1PageSettings(width, height, paperSize, landscape)
public C1PageSettings(
Unit ,
Unit ,
System.Printing.PageMediaSizeName ,
System.bool landscape
)
パラメータ
- width
- Width プロパティの値。
- height
- Height プロパティの値。
- paperSize
- PaperSize プロパティの値。
- landscape
- Landscape プロパティの値。
参照