[]
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)
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). |