PrintWorkflowPdlConversionType 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.
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
Name | Value | Description |
---|---|---|
XpsToPdf | 0 | XPS to PDF converter. |
XpsToPwgr | 1 | XPS to PWGR converter. |
XpsToPclm | 2 | XPS to PCLM converter. |
XpsToTiff | 3 | XPS to TIFF converter. |
Remarks
For more information, see Print support app design guide.