[]
Initializes a new instance of the C1PageSettings class.
public C1PageSettings()
Initializes a new instance of the C1PageSettings class from another C1PageSettings object.
public C1PageSettings(C1PageSettings source)
Type | Name | Description |
---|---|---|
C1PageSettings | source | The C1PageSettings object to initialize the current one from. |
Initializes a new instance of the C1PageSettings class from another C1PageSettings object.
public C1PageSettings(C1PageSettings source, bool landscape)
Type | Name | Description |
---|---|---|
C1PageSettings | source | The C1PageSettings object to initialize the current one from. |
bool | landscape | A value indicating whether the current page settings should have landscape orientation. |
Initializes a new instance of the C1PageSettings class from a PageSettings object.
public C1PageSettings(PageSettings source)
Type | Name | Description |
---|---|---|
PageSettings | source | The PageSettings object to initialize the current page settings from. |