PrintWorkflowPdlModificationRequestedEventArgs 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
提供 PdlModificationRequested 事件的信息。
public ref class PrintWorkflowPdlModificationRequestedEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 851968)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class PrintWorkflowPdlModificationRequestedEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 851968)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class PrintWorkflowPdlModificationRequestedEventArgs
Public NotInheritable Class PrintWorkflowPdlModificationRequestedEventArgs
- 继承
- 属性
Windows 要求
设备系列 |
Windows 11 (在 10.0.22000.0 中引入)
|
API contract |
Windows.Foundation.UniversalApiContract (在 v14.0 中引入)
|
注解
有关详细信息,请参阅 打印支持应用设计指南。
属性
Configuration |
获取当前页面描述语言 (PDL) 转换操作的打印机作业和会话相关信息。 |
PrinterJob |
获取当前页面描述语言 (PDL) 转换操作的打印机作业。 |
SourceContent |
获取当前作业 (PDL) 内容的源页说明语言。 |
UILauncher |
获取一个 对象,该对象可以显示用于收集用户输入的 UI,打印工作流应用需要该 UI 才能完成到页面描述语言 (PDL) 打印机指示的格式的转换。 |
方法
CreateJobOnPrinter(String) |
在打印机上创建作业。 |
CreateJobOnPrinterWithAttributes(IIterable<KeyValuePair<String, IppAttributeValue>>, String, IIterable<KeyValuePair<String,IppAttributeValue>>, PrintWorkflowAttributesMergePolicy, PrintWorkflowAttributesMergePolicy) |
提供 PdlModificationRequested 事件的信息。 |
CreateJobOnPrinterWithAttributes(IIterable<KeyValuePair<String,IppAttributeValue>>, String) |
使用指定列表中的初始作业属性在打印机上创建作业。 |
CreateJobOnPrinterWithAttributesBuffer(IBuffer, String, IBuffer, PrintWorkflowAttributesMergePolicy, PrintWorkflowAttributesMergePolicy) |
提供 PdlModificationRequested 事件的信息。 |
CreateJobOnPrinterWithAttributesBuffer(IBuffer, String) |
使用指定缓冲区中的初始作业属性在打印机上创建作业。 |
GetDeferral() |
请求延迟 pDL) 转换操作的页面描述语言 (,并获取将在延迟操作完成后调用的延迟对象。 |
GetPdlConverter(PrintWorkflowPdlConversionType) |
获取指定转换类型的页说明语言 (PDL) 转换器。 |