UIPrinterJobTypes Enum

Definition

Enumerates various types of printing tasks. Used with SupportedJobTypes.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UIPrinterJobTypes
type UIPrinterJobTypes = 
Inheritance
UIPrinterJobTypes
Attributes

Fields

Document 1

Supports standard printing of documents.

Envelope 2

Supports printing upon envelopes.

Label 4

Supports printing upon cut labels.

LargeFormat 64

Supports printing in formats larger than the ISO A3 size.

Photo 8

Supports photographic print quality printing.

Postcard 128

Supports postcard printing.

Receipt 16

Supports printing of receipts.

Roll 32

Supports the printing of documents or photos on a continuous paper roll.

Unknown 0

Printer support is unknown.

Applies to