次の方法で共有


PrintWorkflowJobStartingEventArgs.Printer プロパティ

定義

現在のプリンター ジョブのインターネット印刷プロトコル (IPP) プリンター デバイスを取得します。

public:
 property IppPrintDevice ^ Printer { IppPrintDevice ^ get(); };
IppPrintDevice Printer();
public IppPrintDevice Printer { get; }
var ippPrintDevice = printWorkflowJobStartingEventArgs.printer;
Public ReadOnly Property Printer As IppPrintDevice

プロパティ値

現在のプリンター ジョブの IPP プリンター デバイス。

適用対象