The C1PageSettings type exposes the following members.
Methods
Name | Description | |
---|---|---|
AssignFrom(PageSettings) |
Assigns (copies) properties from a PageSettings to the current object.
|
|
AssignFrom(C1PageSettings) |
Assigns (copies) properties from another C1PageSettings to the current object.
|
|
Clone |
Creates a copy of the current C1PageSettings object.
|
|
Compare(C1PageSettings) |
Compares the current C1PageSettings with another C1PageSettings object.
|
|
Compare(C1PageSettings, C1PageSettings) |
Compares the properties of two C1PageSettings objects.
|
|
CreateDefaultPageSettings |
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.
|
|
GetCurrentLocaleDefaultPaperSize |
Retrieves the locale-specific default paper size for the current locale.
|
|
SetPaperSizes | ||
ToPageSettings()()()() |
Creates an instance of the PageSettings class,
and initializes it with the properties of the current C1PageSettings object.
|
|
ToPageSettings(C1PrintDocument) |
Creates an instance of the PageSettings class,
and initializes it with the properties of the current C1PageSettings object.
|
|
ToPageSettings(C1PrintDocument, PrinterSettings) |
Creates an instance of the PageSettings class,
and initializes it with the properties of the current C1PageSettings object.
|