UIPrinterJobTypes 열거형

정의

다양한 유형의 인쇄 작업을 열거합니다. 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 = 
상속
UIPrinterJobTypes
특성

필드

Document 1

문서의 표준 인쇄를 지원합니다.

Envelope 2

봉투 인쇄를 지원합니다.

Label 4

잘라내기 레이블 시 인쇄를 지원합니다.

LargeFormat 64

ISO A3 크기보다 큰 형식으로 인쇄를 지원합니다.

Photo 8

사진 인쇄 품질 인쇄를 지원합니다.

Postcard 128

엽서 인쇄를 지원합니다.

Receipt 16

영수증 인쇄를 지원합니다.

Roll 32

연속 용지 롤에서 문서 또는 사진 인쇄를 지원합니다.

Unknown 0

프린터 지원을 알 수 없습니다.

적용 대상