Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.43 KB

claimedposprinter_receipt.md

File metadata and controls

29 lines (20 loc) · 1.43 KB
-api-id -api-type -api-device-family-note
P:Windows.Devices.PointOfService.ClaimedPosPrinter.Receipt
winrt property
xbox

Windows.Devices.PointOfService.ClaimedPosPrinter.Receipt

-description

Gets an object that represents the receipt station for a claimed point-of-service printer.

The receipt station is used to print transaction information that is typically given to the customer, or for store reports. The receipt station contains either a knife to automatically cut the paper between transactions, or a tear bar to manually cut the paper.

There is only one instance of this object per ClaimedPosPrinter instance. Additionally, this is only valid to access if ReceiptPrinterCapabilities.IsPrinterPresent indicates it is present.

-property-value

An object that represents the receipt station for a claimed point-of-service printer. Null if a receipt station is not present.

-remarks

You should check the value of the ReceiptPrinterCapabilities.IsPrinterPresent property before you try to use the ClaimedPosPrinter.Receipt property.

-examples

-see-also

ClaimedReceiptPrinter, ReceiptPrinterCapabilities.IsPrinterPresent