These constants specify the different ways in which an image is divided into pages. They’re used by horizontalPagination, setHorizontalPagination:, verticalPagination, and setVerticalPagination:.
Available in Mac OS X v10.0 and later.

C# | Visual Basic | Visual C++ |
public enum NSPrintingPaginationMode
Public Enumeration NSPrintingPaginationMode
public enum class NSPrintingPaginationMode

Member | Description |
---|---|
NSAutoPagination | The image is divided into equal-sized rectangles and placed in one column of pages. Available in Mac OS X v10.0 and later. |
NSFitPagination | The image is scaled to produce one column or one row of pages. Available in Mac OS X v10.0 and later. |
NSClipPagination | The image is clipped to produce one column or row of pages. Available in Mac OS X v10.0 and later. |

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