UIPrintErrorCode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |