Online Documentation - Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchy
New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1
The list of the topics, classes, interfaces, controls, modules, global methods by category, global methods by name, screenshots, licenses and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | Cocoa Printing | MBS MacCocoa Plugin | 12.4 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop, Console & Web |
An NSPrintOperation object works in conjunction with two other objects: an NSPrintInfo object, which specifies how the code should be generated, and an NSView object, which generates the actual code.
It is important to note that the majority of methods in NSPrintOperation copy the instance of NSPrintInfo passed into them. Future changes to that print info are not reflected in the print info retained by the current NSPrintOperation object. All changes should be made to the print info before passing to the methods of this class.
Constant | Value | Description |
---|---|---|
NSAscendingPageOrder | 1 |
Ascending (back to front) page order. |
NSDescendingPageOrder | -1 |
Descending (front to back) page order. |
NSSpecialPageOrder | 0 |
The spooler does not rearrange pages—they are printed in the order received by the spooler. |
NSUnknownPageOrder | 2 |
No page order specified. |
Constant | Value | Description |
---|---|---|
NSPrintRenderingQualityBest | 0 |
Renders the printing at the best possible quality, regardless of speed. Available in OS X v10.7 and later. |
NSPrintRenderingQualityResponsive | 1 | Sacrifices the least possible amount of rendering quality for speed to maintain a responsive user interface. This option should be used only after establishing that best quality rendering does indeed make the user interface unresponsive. more |
This class has no sub classes.
The items on this page are in the following plugins: MBS MacCocoa Plugin.
NSPrintInfoMBS - NSPrintPanelMBS