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)

印刷ドキュメントを 1 つのページ記述言語 (PDL) 形式から別の PDL 形式に変換します。

ConvertPdlAsync(WorkflowPrintTicket, IInputStream, IOutputStream, PdlConversionHostBasedProcessingOperations)

印刷ドキュメントを 1 つのページ記述言語 (PDL) 形式から別の PDL 形式に変換し、ホストで実行する変換操作を指定できます。

適用対象

こちらもご覧ください