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

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public static void GetCurrentLocaleDefaultPaperSize(
	out double width,
	out double height,
	out double margin,
	out UnitTypeEnum units
)
Visual Basic
Public Shared Sub GetCurrentLocaleDefaultPaperSize ( _
	<OutAttribute> ByRef width As Double, _
	<OutAttribute> ByRef height As Double, _
	<OutAttribute> ByRef margin As Double, _
	<OutAttribute> ByRef units As UnitTypeEnum _
)

Parameters

width
Type: System..::..Double%
OUT: The width of the default paper.
height
Type: System..::..Double%
OUT: The height of the default paper.
margin
Type: System..::..Double%
OUT: The width of default margins.
units
Type: C1.C1Preview..::..UnitTypeEnum%
OUT: Unit of measurement used to express the sizes (width, height and margin).

See Also