PrintDocument for WinForms
GetCurrentLocaleDefaultPaperSize メソッド (C1PageSettings)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > C1PageSettings クラス : GetCurrentLocaleDefaultPaperSize メソッド
OUT: The width of the default paper.
OUT: The height of the default paper.
OUT: The width of default margins.
OUT: Unit of measurement used to express the sizes (width, height and margin).
Retrieves the locale-specific default paper size for the current locale.
シンタックス
'宣言
 
Public Shared Sub GetCurrentLocaleDefaultPaperSize( _
   ByRef width As System.Double, _
   ByRef height As System.Double, _
   ByRef margin As System.Double, _
   ByRef units 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 width,
   out System.double height,
   out System.double margin,
   out UnitTypeEnum units
)

パラメータ

width
OUT: The width of the default paper.
height
OUT: The height of the default paper.
margin
OUT: The width of default margins.
units
OUT: Unit of measurement used to express the sizes (width, height and margin).
参照

C1PageSettings クラス
C1PageSettings メンバ