PrintWorkflowPdlModificationRequestedEventArgs.UILauncher 属性

定义

获取一个 对象,该对象可以显示用于收集用户输入的 UI,打印工作流应用需要该 UI 才能完成到页面描述语言 (PDL) 打印机指示的格式的转换。

public:
 property PrintWorkflowUILauncher ^ UILauncher { PrintWorkflowUILauncher ^ get(); };
PrintWorkflowUILauncher UILauncher();
public PrintWorkflowUILauncher UILauncher { get; }
var printWorkflowUILauncher = printWorkflowPdlModificationRequestedEventArgs.uILauncher;
Public ReadOnly Property UILauncher As PrintWorkflowUILauncher

属性值

一个 对象,该对象可以显示用于收集用户输入的 UI,打印工作流应用需要该 UI 才能完成到页面描述语言 (PDL) 打印机指示的格式的转换。

适用于