PrintWorkflowPdlConverter 类

定义

提供可用于将打印文档从一个页面说明语言 (PDL) 格式转换为另一种 PDL 格式的方法。

public ref class PrintWorkflowPdlConverter sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 851968)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class PrintWorkflowPdlConverter final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 851968)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class PrintWorkflowPdlConverter
Public NotInheritable Class PrintWorkflowPdlConverter
继承
Object Platform::Object IInspectable PrintWorkflowPdlConverter
属性

Windows 要求

设备系列
Windows 11 (在 10.0.22000.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v14.0 中引入)

注解

有关详细信息,请参阅 打印支持应用设计指南

方法

ConvertPdlAsync(WorkflowPrintTicket, IInputStream, IOutputStream)

将打印文档从一个页面描述语言 (PDL) 格式转换为另一种 PDL 格式。

ConvertPdlAsync(WorkflowPrintTicket, IInputStream, IOutputStream, PdlConversionHostBasedProcessingOperations)

将打印文档从一个页面描述语言 (PDL) 格式转换为另一种 PDL 格式,并能够指定主机应执行的转换操作。

适用于

另请参阅