PrintJobType Enum

Definition

Specifies whether the print job uses XML Paper Specification (XPS).

public enum class PrintJobType
public enum PrintJobType
type PrintJobType = 
Public Enum PrintJobType
Inheritance
PrintJobType

Fields

Legacy 2

A non-XPS print job.

None 0

Not specified whether the print job is XPS.

Xps 1

An XPS print job.

Applies to

See also