Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.35 KB

claimedposprinter_slip.md

File metadata and controls

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

Windows.Devices.PointOfService.ClaimedPosPrinter.Slip

-description

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

The slip station is used to print information on a form that is typically given to the customer, or to print validation information on a form. The form type is usually a check or credit card slip.

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

-property-value

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

-remarks

You should check the value of the SlipPrinterCapabilities.IsPrinterPresent property before you try to use the ClaimedPosPrinter.Slip property.

-examples

-see-also

ClaimedSlipPrinter, SlipPrinterCapabilities.IsPrinterPresent