UIPrintError 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.
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. |