PrintSetup.SaveAs
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.
public bool SaveAs(
string newName
)
-
StringnewNameprint setting name to be saved as.
Return Value
bool
False if Save As operation fails, otherwise true.
-
Thrown when the input newName already exists in current print setting list.