Enumeration: UIPrintInfoDuplex
Overview
The duplex mode of a selected printer.
Constant Summary
- UIPrintInfoDuplexNone
No double-sided (duplex) printing; single-sided printing only.available in ios 4.2 and later.declared in uiprintinfo.h.
- UIPrintInfoDuplexLongEdge
Duplex printing that flips the back page along the long edge of the paper. available in ios 4.2 and later.declared in uiprintinfo.h.
- UIPrintInfoDuplexShortEdge
Duplex print that flips the back page along the short edge of the paper. available in ios 4.2 and later.declared in uiprintinfo.h.