PrintWorkflowPdlConversionType Énumération
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Définit des valeurs qui représentent les différents types de convertisseurs PDL (Page Description Language) qui peuvent être utilisés avec la méthode GetPdlConverter .
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
- Héritage
-
PrintWorkflowPdlConversionType
- Attributs
Configuration requise pour Windows
Famille d’appareils |
Windows 11 (introduit dans 10.0.22000.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduit dans v14.0)
|
Champs
XpsToPclm | 2 | Convertisseur XPS vers PCLM. |
XpsToPdf | 0 | Convertisseur XPS en PDF. |
XpsToPwgr | 1 | Convertisseur XPS vers PWGR. |
XpsToTiff | 3 |
Remarques
Pour plus d’informations, consultez Guide de conception d’application de support d’impression.