FiscalPrinter.CapSlpValidation Property
2/27/2008
Gets a Boolean value that indicates whether the printer supports printing validation information on the slip station.
Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property CapSlpValidation As Boolean
public abstract bool CapSlpValidation { get; }
public:
virtual property bool CapSlpValidation {
bool get () abstract;
}
/** @property */
public abstract boolean get_CapSlpValidation ()
public abstract function get CapSlpValidation () : boolean
Remarks
If true, the printer supports printing validation information on the slip station; otherwise, false.
You can select full slip or validation documents by setting the SlipSelection property.
In some countries/regions, when printing nonfiscal validations by using the slip station, a limited number of lines can be printed.
CapSlpValidation is set by the service object, based on the capabilities of the device.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread-safe. Any instance members are not guaranteed to be thread-safe.
See Also
Reference
FiscalPrinter Class
FiscalPrinter Members
Microsoft.PointOfService Namespace