ReceiptPrinterCapabilities.IsStampSupported Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets whether the receipt printer station has a stamp capability.
public:
property bool IsStampSupported { bool get(); };
bool IsStampSupported();
public bool IsStampSupported { get; }
var boolean = receiptPrinterCapabilities.isStampSupported;
Public ReadOnly Property IsStampSupported As Boolean
Property Value
Boolean
bool
True if the receipt printer station has a stamp capability; otherwise false.