Share via


PrintWorkflowPdlConversionType Enum

Definition

Defines values that represent the different types of page description language (PDL) converters that can be used with the GetPdlConverter method.

public enum class PrintWorkflowPdlConversionType
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 851968)]
enum class PrintWorkflowPdlConversionType
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 851968)]
public enum PrintWorkflowPdlConversionType
var value = Windows.Graphics.Printing.Workflow.PrintWorkflowPdlConversionType.xpsToPdf
Public Enum PrintWorkflowPdlConversionType
Inheritance
PrintWorkflowPdlConversionType
Attributes

Windows requirements

Device family
Windows 11 (introduced in 10.0.22000.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v14.0)

Fields

XpsToPclm 2

XPS to PCLM converter.

XpsToPdf 0

XPS to PDF converter.

XpsToPwgr 1

XPS to PWGR converter.

XpsToTiff 3

Remarks

For more information, see Print support app design guide.

Applies to

See also