Contents

printInfo

The printing information associated with the document.

Declaration

@NSCopying var printInfo: NSPrintInfo { get set }

Return Value

The receiver’s NSPrintInfo object.

Discussion

The default value of this property is the default NSPrintInfo object. To customize the printing information, assign a new value to this property. The Page Layout panel may also update the object in this property to reflect the options selected by the user.

See Also

Related Documentation

Printing the Document