ReceiptPrinterCapabilities.IsStampSupported 属性

定义

获取收据打印机站是否具有印章功能。

public:
 property bool IsStampSupported { bool get(); };
bool IsStampSupported();
public bool IsStampSupported { get; }
var boolean = receiptPrinterCapabilities.isStampSupported;
Public ReadOnly Property IsStampSupported As Boolean

属性值

Boolean

bool

如果收据打印机站具有邮票功能,则为 True;否则为 false。

适用于