PrintWorkflowJobStartingEventArgs.Printer 属性

定义

获取当前打印机作业 (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 打印机设备。

适用于