CreateDefaultPageSettings Method
Creates a new instance of the
C1PageSettings class. If
C1PrintDocument.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.
'Declaration
Public Shared Function CreateDefaultPageSettings() As C1PageSettings
Return Value
The newly created
C1PageSettings object.