PrintWorkflowVirtualPrinterDataAvailableEventArgs.UILauncher Property
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 virtual 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();
C#
public PrintWorkflowUILauncher UILauncher { get; }
var printWorkflowUILauncher = printWorkflowVirtualPrinterDataAvailableEventArgs.uILauncher;
Public ReadOnly Property UILauncher As PrintWorkflowUILauncher
A PrintWorkflowUILauncher object.
Product | Versions |
---|---|
WinRT | Build 26100 |