Share via


FiscalPrinter.SlpNearEnd Property (POS for .NET v1.12 SDK Documentation)

2/27/2008

Gets a Boolean value that indicates whether a slip form is almost at its end.

Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)

Syntax

'Declaration
Public MustOverride ReadOnly Property SlpNearEnd As Boolean
public abstract bool SlpNearEnd { get; }
public:
virtual property bool SlpNearEnd {
    bool get () abstract;
}
/** @property */
public abstract boolean get_SlpNearEnd ()
public abstract function get SlpNearEnd () : boolean

Remarks

If true, the slip form is near its end. If false, the slip form is not near its end.

The "near end" sensor is also also known as the "trailing edge" sensor, referring to the bottom edge of the slip.

If the CapSlpNearEndSensor property is false, the value of the SlpNearEnd property is always false.

SlpNearEnd is set and kept current by the service object while the device is enabled.

Note

The "slip empty" sensor should be primarily used to determine whether a form has been inserted before printing, and can be monitored to determine whether a form is still in place. This sensor is usually put one or more print lines above the slip print head. However, the "slip near end" sensor (when present) should be used to determine when nearing the end of the slip. This sensor is usually put one or more print lines below the slip print head.

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
FiscalPrinter.SlpEmpty Property