PosPrinterCapabilities.Slip Property

Definition

Gets the capabilities of the slip station for the 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.

public:
 property SlipPrinterCapabilities ^ Slip { SlipPrinterCapabilities ^ get(); };
SlipPrinterCapabilities Slip();
public SlipPrinterCapabilities Slip { get; }
var slipPrinterCapabilities = posPrinterCapabilities.slip;
Public ReadOnly Property Slip As SlipPrinterCapabilities

Property Value

The capabilities of the slip station for the point-of-service printer.

Applies to

See also