Contents

updateFromPMPrintSettings()

Synchronizes the print info’s print settings information with information from its associated print settings object.

Declaration

func updateFromPMPrintSettings()

Discussion

You should use this method after making changes to the PMPrintSettings object obtained from the receiver. Each NSPrintInfo object keeps track of the object returned from its pmPrintSettings() method and obtains any updated information from the object directly. You only need to synchronize the objects once when you have made all of the desired changes.

See Also

Accessing Core Printing Information