Share via


PosPrinter.RecNearEnd Property

2/27/2008

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

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 the CapRecNearEndSensor property is set to false, the value of RecNearEnd is always set to false.

When RecNearEnd is set to true by the service object, POS for .NET queues a StatusUpdateEvent event, notifying the application of the condition. When the service object resets RecNearEnd to false, POS for .NET queues a StatusUpdateEvent event notifying the application of the resolved condition.

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

PosPrinter Class
PosPrinter Members
Microsoft.PointOfService Namespace
PosPrinter.CapRecNearEndSensor Property
PosPrinter.RecEmpty Property