Enumeration: UIPrintInfoOutputType
Overview
The output type, which is an indication of the type of content the application is drawing or providing.
Constant Summary
- UIPrintInfoOutputGeneral
Specifies that the printed content consists of mixed text, graphics, and images. the default paper is letter, a4, or similar locale-specific designation. output is normal quality, duplex.available in ios 4.2 and later.declared in uiprintinfo.h.
- UIPrintInfoOutputPhoto
Specifies that the printed content consists of black-and-white or color images. the default paper is 4x6, a6, or similar locale-specific designation. output is high quality, simplex.available in ios 4.2 and later.declared in uiprintinfo.h.
- UIPrintInfoOutputGrayscale
Specifies that the printed content is grayscale. set the output type to this value when your printable content contains no color—for example, it’s black text only. the default paper is letter/a4. output is grayscale quality, duplex. this content type can produce a performance improvement in some cases.available in ios 4.2 and later.declared in uiprintinfo.h.