PosPrinterCapabilities.Slip 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 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.