2021 Members
Changes 4
M

PrintSetup

Name Return Type Description Inherited From
M Delete() bool Delete the current print setting, and make the In-Session setting as the current one.
M Dispose() None Causes the object to release immediately any resources it may be utilizing. (Inherited from APIObject .) APIObject
M Equals None (Inherited from Object .) Object .
M GetHashCode None (Inherited from Object .) Object .
M GetType None (Inherited from Object .) Object .
M Rename(String) bool Rename the current print setting with the specified name.
M Revert() None Revert the current print setting.
M Save() bool Save the changes for the current print setting.
M SaveAs(String) bool Save the current print setting to another print setting with the specified name.
M ToString None (Inherited from Object .) Object .
Name Return Type Description Inherited From
P CurrentPrintSetting IPrintSetting The current Print Setting of Print Setup.
P InSession InSessionPrintSetting The in-session Print Setting of Print Setup.
P IsReadOnly bool Identifies if the object is read-only or modifiable. (Inherited from APIObject .) APIObject