[]
Copies page settings from a specified source to a destination C1PageSettings object, including margins, paper size, and orientation.
public static void AssignFrom(C1PageSettings dest, PageSettings source)
Public Shared Sub AssignFrom(dest As C1PageSettings, source As PageSettings)
| Type | Name | Description |
|---|---|---|
| C1PageSettings | dest | The destination C1PageSettings object that receives the copied settings. |
| PageSettings | source | The source PageSettings object containing the settings to be copied. |
Assigns (copies) properties from a PageSettings to the current object.
public void AssignFrom(PageSettings source)
Public Sub AssignFrom(source As PageSettings)
| Type | Name | Description |
|---|---|---|
| PageSettings | source | The source object to copy properties from. |