[]
Retrieves the locale-specific default paper size for the current locale.
public static void GetCurrentLocaleDefaultPaperSize(out double width, out double height, out double margin, out UnitTypeEnum units)
Public Shared Sub GetCurrentLocaleDefaultPaperSize(ByRef width As Double, ByRef height As Double, ByRef margin As Double, ByRef units As UnitTypeEnum)
| Type | Name | Description |
|---|---|---|
| double | width | OUT: The width of the default paper. |
| double | height | OUT: The height of the default paper. |
| double | margin | OUT: The width of default margins. |
| UnitTypeEnum | units | OUT: Unit of measurement used to express the sizes (width, height and margin). |