Share via


PrintWorkflowPdlTargetStream Class

Definition

Represents the target page description language (PDL) stream for the current print job operation.

public ref class PrintWorkflowPdlTargetStream sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 851968)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class PrintWorkflowPdlTargetStream final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 851968)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class PrintWorkflowPdlTargetStream
Public NotInheritable Class PrintWorkflowPdlTargetStream
Inheritance
Object Platform::Object IInspectable PrintWorkflowPdlTargetStream
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

CompleteStreamSubmission(PrintWorkflowSubmittedStatus)

Completes the target page description language (PDL) stream submission with the specified status.

GetOutputStream()

Gets the page description language (PDL) output stream for the current print job operation. Bytes written to the output stream will be given to the printer without any changes

Applies to

See also