Freigeben über


PrintWorkflowPdlConverter Klasse

Definition

Stellt eine Methode bereit, mit der ein Druckdokument aus einem PDL-Format (Page Description Language) in ein anderes PDL-Format konvertiert werden kann.

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
Vererbung
Object Platform::Object IInspectable PrintWorkflowPdlConverter
Attribute

Windows-Anforderungen

Gerätefamilie
Windows 11 (eingeführt in 10.0.22000.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v14.0)

Hinweise

Weitere Informationen finden Sie unter Designhandbuch für Druckunterstützungs-Apps.

Methoden

ConvertPdlAsync(WorkflowPrintTicket, IInputStream, IOutputStream)

Konvertiert ein Druckdokument aus einem PDL-Format (Page Description Language) in ein anderes PDL-Format.

ConvertPdlAsync(WorkflowPrintTicket, IInputStream, IOutputStream, PdlConversionHostBasedProcessingOperations)

Konvertiert ein Druckdokument aus einem PDL-Format (Page Description Language) in ein anderes PDL-Format mit der Möglichkeit, anzugeben, welche Konvertierungsvorgänge vom Host ausgeführt werden sollen.

Gilt für:

Weitere Informationen