UIPrintErrorCode Enum

Definition

Enumerates print failure reasons.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 12, 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 UIPrintErrorCode
type UIPrintErrorCode = 
Inheritance
UIPrintErrorCode
Attributes

Fields

JobFailedError 4

Indicates that an internal print error occured.

NoContentError 2

Indicates that printable content was supplied.

NotAvailableError 1

Indicates that the selected device cannot print.

UnknownImageFormatError 3

Indicates that UIKit does not recognize the image format.

Applies to