Share via


PrintWorkflowUILauncher Class

Definition

Provides operations for showing a UI for gathering user input that the print workflow app needs to complete the conversion to the page description language (PDL) format indicated by the printer.

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

IsUILaunchEnabled()

Gets a value that indicates whether the ability to show the UI is enabled.

LaunchAndCompleteUIAsync()

Shows the print workflow job UI for gathering user input that the print workflow app needs to complete the conversion to the page description language (PDL) format indicated by the printer. This is an async operation that will be completed only after the UI is closed.

Applies to

See also