MonobjcMonobjc Documented Class Library
NSPrintingPageOrder Enumeration
NamespacesMonobjc.AppKitNSPrintingPageOrder

These constants specify the page order.

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public enum NSPrintingPageOrder
Public Enumeration NSPrintingPageOrder
public enum class NSPrintingPageOrder
Members
MemberDescription
NSDescendingPageOrder

Descending (front to back) page order.

Available in Mac OS X v10.0 and later.


NSSpecialPageOrder

The spooler does not rearrange pages—they are printed in the order received by the spooler.

Available in Mac OS X v10.0 and later.


NSAscendingPageOrder

Ascending (back to front) page order.

Available in Mac OS X v10.0 and later.


NSUnknownPageOrder

No page order specified.

Available in Mac OS X v10.0 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)