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