Share via


PrintSupportExtensionSession.Printer 属性

定义

获取当前会话的打印机设备。

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

属性值

当前会话的打印机设备。

适用于