PosPrinterCapabilities.Receipt Property

Definition

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.

Applies to

See also