MonobjcMonobjc Documented Class Library
NSPrintPanelOptions Enumeration
NamespacesMonobjc.AppKitNSPrintPanelOptions

These constants are used to configure the contents of the main Print panel.

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public enum NSPrintPanelOptions
Public Enumeration NSPrintPanelOptions
public enum class NSPrintPanelOptions
Members
MemberDescription
NSPrintPanelShowsCopies

The Print panel includes a field for manipulating the number of copies being printed. This field is separate from any accessory views.

Available in Mac OS X v10.5 and later.


NSPrintPanelShowsPageRange

The Print panel includes a set of fields for manipulating the range of pages being printed. These fields are separate from any accessory views.

Available in Mac OS X v10.5 and later.


NSPrintPanelShowsPaperSize

The Print panel includes a control for manipulating the paper size of the printer. This control is separate from any accessory views.

Available in Mac OS X v10.5 and later.


NSPrintPanelShowsOrientation

The Print panel includes a control for manipulating the page orientation. This control is separate from any accessory views.

Available in Mac OS X v10.5 and later.


NSPrintPanelShowsScaling

The Print panel includes a control for scaling the printed output. This control is separate from any accessory views.

Available in Mac OS X v10.5 and later.


NSPrintPanelShowsPrintSelection

The Print panel includes an additional selection option for paper range. This control is separate from any accessory views.

Available in Mac OS X v10.6 and later.


NSPrintPanelShowsPageSetupAccessory

The Print panel includes a separate accessory view for manipulating the paper size, orientation, and scaling attributes. Page setup fields that are already configured for display on the main portion of the Print panel appear there and not on this accessory panel.

Available in Mac OS X v10.5 and later.


NSPrintPanelShowsPreview

The Print panel displays a built-in preview of the document contents. This option is only appropriate when the Print panel is used in conjunction with an NSPrintOperation object to print a document.

Available in Mac OS X v10.5 and later.


Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)