PrintWorkflowJobStartingEventArgs.Printer 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取当前打印机作业 (IPP) 打印机设备的 Internet 打印协议。
public:
property IppPrintDevice ^ Printer { IppPrintDevice ^ get(); };
IppPrintDevice Printer();
public IppPrintDevice Printer { get; }
var ippPrintDevice = printWorkflowJobStartingEventArgs.printer;
Public ReadOnly Property Printer As IppPrintDevice
属性值
当前打印机作业的 IPP 打印机设备。