<!--
{
  "availability" : [
    "iOS: 8.0.0 -",
    "iPadOS: 8.0.0 -",
    "macCatalyst: 13.1.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UIPrinter/JobTypes",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:@E@UIPrinterJobTypes"
  },
  "title" : "UIPrinter.JobTypes"
}
-->

# UIPrinter.JobTypes

Constants that indicate the types of jobs that the printer supports.

```
struct JobTypes
```

## Topics

### Constants

[`unknown`](/documentation/UIKit/UIPrinter/JobTypes/unknown)

The printer support is unknown.

[`document`](/documentation/UIKit/UIPrinter/JobTypes/document)

The printer supports standard document printing.

[`envelope`](/documentation/UIKit/UIPrinter/JobTypes/envelope)

The printer supports printing on envelopes.

[`label`](/documentation/UIKit/UIPrinter/JobTypes/label)

The printer supports printing on cut labels.

[`photo`](/documentation/UIKit/UIPrinter/JobTypes/photo)

The printer supports printing with photographic print quality.

[`receipt`](/documentation/UIKit/UIPrinter/JobTypes/receipt)

The printer supports printing receipts on a continuous roll of paper.

[`roll`](/documentation/UIKit/UIPrinter/JobTypes/roll)

The printer supports printing documents or photos on a continuous roll of paper.

[`largeFormat`](/documentation/UIKit/UIPrinter/JobTypes/largeFormat)

The printer supports printing larger than the ISO A3 size.

[`postcard`](/documentation/UIKit/UIPrinter/JobTypes/postcard)

The printer supports printing on postcards.

### Initializers

[`init(rawValue:)`](/documentation/UIKit/UIPrinter/JobTypes/init(rawValue:))



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)