[]
Assigns (copies) properties from another C1PageSettings to the current object.
public void AssignFrom(C1PageSettings source)
Public Sub AssignFrom(source As C1PageSettings)
| Type | Name | Description |
|---|---|---|
| C1PageSettings | source | The source object to copy properties from. |
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. |