[]
Represents the page settings of a C1Document.
public class C1PageSettings : C1PageSettings
Public Class C1PageSettings
Inherits C1PageSettings
| Name | Description |
|---|---|
| C1PageSettings() | |
| C1PageSettings(C1PageSettings) | Initializes a new instance of the C1PageSettings class using the specified C1.Document.C1PageSettings object. |
| C1PageSettings(PageSettings) | Initializes a new instance of the C1PageSettings class using the specified PageSettings object. |
| Name | Description |
|---|---|
| PaperSource | Gets or sets the paper source for the current page settings. |
| PrinterResolution | Gets or sets the printer resolution for the current page settings. |
| Name | Description |
|---|---|
| AssignFrom(PageSettings) | Assigns (copies) properties from a PageSettings to the current object. |
| IsLayoutEqual(PageSettings) | Gets a value indicating whether this C1PageSettings object has same layout as specified PageSettings object, i.e. it has same paper size and margins. |
| ToPageSettings(PrinterSettings) | Creates an instance of the PageSettings class, and initializes it with the properties of the current C1PageSettings object. |
| Name | Description |
|---|---|
| implicit operator C1PageSettings(PageSettings) | Implicitly converts a PageSettings object to a C1PageSettings object. |