Share via


PrintWorkflowPdlConverter Class

Definition

Provides a method that can be used to convert a print document from one page description language (PDL) format to another PDL format.

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
Inheritance
Object Platform::Object IInspectable PrintWorkflowPdlConverter
Attributes

Windows requirements

Device family
Windows 11 (introduced in 10.0.22000.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v14.0)

Remarks

For more information, see Print support app design guide.

Methods

ConvertPdlAsync(WorkflowPrintTicket, IInputStream, IOutputStream)

Converts a print document from one page description language (PDL) format to another PDL format.

ConvertPdlAsync(WorkflowPrintTicket, IInputStream, IOutputStream, PdlConversionHostBasedProcessingOperations)

Converts a print document from one page description language (PDL) format to another PDL format, with the ability to specify which conversion operations should be performed by the host.

Applies to

See also