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