Creates a new instance of the C1PageSettings class. If UsePrinterForDefaultPageSettings is true, initializes the newly created object with settings based on the current printer (specified by MeasurementPrinterName). Otherwise, initializes the newly created object with default system locale settings.

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

Syntax

C#
public static C1PageSettings CreateDefaultPageSettings()
Visual Basic
Public Shared Function CreateDefaultPageSettings As C1PageSettings

Return Value

The newly created C1PageSettings object.

See Also