[]
        
(Showing Draft Content)

C1.C1Preview.C1PageSettings.GetCurrentLocaleDefaultPaperSize

GetCurrentLocaleDefaultPaperSize Method

GetCurrentLocaleDefaultPaperSize(out double, out double, out double, out UnitTypeEnum)

Retrieves the locale-specific default paper size for the current locale.

Declaration
public static void GetCurrentLocaleDefaultPaperSize(out double width, out double height, out double margin, out UnitTypeEnum units)
Parameters
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).