इसके माध्यम से साझा किया गया


PrintWorkflowPdlModificationRequestedEventArgs.UILauncher Property

Definition

Gets an object that can show 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:
 property PrintWorkflowUILauncher ^ UILauncher { PrintWorkflowUILauncher ^ get(); };
PrintWorkflowUILauncher UILauncher();
public PrintWorkflowUILauncher UILauncher { get; }
var printWorkflowUILauncher = printWorkflowPdlModificationRequestedEventArgs.uILauncher;
Public ReadOnly Property UILauncher As PrintWorkflowUILauncher

Property Value

An object that can show 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.

Applies to