The kind of printable content.
SDKs
- iOS 4.2+
- Mac Catalyst 13.0+
Framework
- UIKit
Declaration
@property(nonatomic) UIPrint Info Output Type outputType;
Discussion
The output type can be general, photo, or grayscale. An application can set this property to a value thats appropriate to the printable content. The default is UIPrint
. See the descriptions of the UIPrint
constants for more information.
The output type controls the quality and default paper size used in printing. For example, if your application only prints black text, setting this property to UIPrint
can result in better performance in many cases. See UIPrint
for details.