PosPrinterCapabilities.IsStatisticsReportingSupported 属性

定义

获取服务点打印机是否支持报告统计信息。

public:
 property bool IsStatisticsReportingSupported { bool get(); };
bool IsStatisticsReportingSupported();
public bool IsStatisticsReportingSupported { get; }
var boolean = posPrinterCapabilities.isStatisticsReportingSupported;
Public ReadOnly Property IsStatisticsReportingSupported As Boolean

属性值

Boolean

bool

如果服务点打印机支持报告统计信息,则为 True;否则为 false。

适用于