UIPrintError Enum

Definition

An enumeration of error codes from the printing system.

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

Fields

JobFailed 4

The job failed.

NoContent 2

The job contained no content.

NotAvailable 1

The printer was not available.

UnknownImageFormat 3

The print job image was not in a recognized format.

Applies to