PosPrinterCapabilities.Receipt 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 the capabilities of the receipt station for the point-of-service printer.
The receipt station is used to print transaction information that is typically given to the customer, or for store reports. Receipt contains either a knife to automatically cut the paper between transactions, or a tear bar to manually cut the paper.
public:
property ReceiptPrinterCapabilities ^ Receipt { ReceiptPrinterCapabilities ^ get(); };
ReceiptPrinterCapabilities Receipt();
public ReceiptPrinterCapabilities Receipt { get; }
var receiptPrinterCapabilities = posPrinterCapabilities.receipt;
Public ReadOnly Property Receipt As ReceiptPrinterCapabilities
Property Value
The capabilities of the receipt station for the point-of-service printer.