Retrieves the locale-specific default paper size for the current locale.
            
            
            シンタックス
            
            
            
            
            '宣言
 
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
 
- 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).
 
            
             
            
            
            
            
            
            
            
            
            
            
            
            参照