ClaimedPosPrinter.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 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.
public:
property ClaimedSlipPrinter ^ Slip { ClaimedSlipPrinter ^ get(); };
ClaimedSlipPrinter Slip();
public ClaimedSlipPrinter Slip { get; }
var claimedSlipPrinter = claimedPosPrinter.slip;
Public ReadOnly Property Slip As ClaimedSlipPrinter
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.