PrintSetup.SaveAs
Method
Description:
Save the current print setting to another print setting with the specified name.
Save the current print setting to another print setting with the specified name.
Parameters
Parameter | Type | Description |
---|---|---|
newName | String | print setting name to be saved as. |
Return Value
Type | Description |
---|---|
Boolean | False if Save As operation fails, otherwise true. |
Exceptions
Exception | Condition |
---|---|
InvalidOperationException | Thrown when the input newName already exists in current print setting list. |