Share via


UIPrintError Enum

Definition

An enumeration of error codes from the printing system.

public enum UIPrintError
type UIPrintError = 
Inheritance
UIPrintError

Fields

Name Value Description
NotAvailable 1

The printer was not available.

NoContent 2

The job contained no content.

UnknownImageFormat 3

The print job image was not in a recognized format.

JobFailed 4

The job failed.

Applies to