Condividi tramite


UIPrintErrorCode Enum

Definition

Enumerates print failure reasons.

[ObjCRuntime.Native]
public enum UIPrintErrorCode
[<ObjCRuntime.Native>]
type UIPrintErrorCode = 
Inheritance
UIPrintErrorCode
Attributes

Fields

Name Value Description
NotAvailableError 1

Indicates that the selected device cannot print.

NoContentError 2

Indicates that printable content was supplied.

UnknownImageFormatError 3

Indicates that UIKit does not recognize the image format.

JobFailedError 4

Indicates that an internal print error occured.

Applies to