UIPrintInfoOutputType Enum

Definition

An enumeration of print content types (e.g., general, photo, grayscale).

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UIPrintInfoOutputType
type UIPrintInfoOutputType = 
Inheritance
UIPrintInfoOutputType
Attributes

Fields

General 0

A mixture of text, graphics, and images.

Grayscale 2

Print job contains no color.

Photo 1

Black-and-white or color image.

PhotoGrayscale 3

A grayscale image.

Applies to