Share via


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

2/27/2008

Gets a Boolean value that indicates whether the receipt station is low on paper.

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

Syntax

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

Remarks

If true, the receipt paper is low. If false, receipt paper is not low.

If CapRecNearEndSensor is false, then the value of this property is always false.

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

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.RecEmpty Property