現在のロケールのデフォルトの用紙サイズを取得します。
シンタックス
'宣言
Public Shared Sub GetCurrentLocaleDefaultPaperSize( _
ByRef As System.Double, _
ByRef As System.Double, _
ByRef As System.Double, _
ByRef As UnitTypeEnum _
)
'使用法
Dim width As System.Double
Dim height As System.Double
Dim margin As System.Double
Dim units As UnitTypeEnum
C1PageSettings.GetCurrentLocaleDefaultPaperSize(width, height, margin, units)
public static void GetCurrentLocaleDefaultPaperSize(
out System.double ,
out System.double ,
out System.double ,
out UnitTypeEnum
)
パラメータ
- width
- 出力:用紙の幅。
- height
- 出力:用紙の高さ。
- margin
- 出力:用紙の余白。
- units
- 出力:値の単位。
参照