PrintWorkflowPdlModificationRequestedEventArgs.UILauncher Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.