PMCopyPrintSettings(_:_:)
Copies the settings from one print settings object into another.
Declaration
func PMCopyPrintSettings(_ settingSrc: PMPrintSettings, _ settingDest: PMPrintSettings) -> OSStatusParameters
- settingSrc:
The print settings object to duplicate.
- settingDest:
The print settings object to receive the copied settings. On return, this object contains the same settings as the
settingSrcobject.
Return Value
A result code. See Result Codes.