Contents

updateFromPMPageFormat()

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

Declaration

func updateFromPMPageFormat()

Discussion

You should use this method after making changes to the PMPageFormat object obtained from the receiver. Each NSPrintInfo object keeps track of the object returned from its pmPageFormat() 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