Contents

PMCopyPrintSettings(_:_:)

Copies the settings from one print settings object into another.

Declaration

func PMCopyPrintSettings(_ settingSrc: PMPrintSettings, _ settingDest: PMPrintSettings) -> OSStatus

Parameters

  • 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 settingSrc object.

Return Value

A result code. See Result Codes.

See Also

Creating and Using Print Settings Objects