FiscalPrinter.JrnNearEnd Property
2/27/2008
Gets a Boolean value that indicates whether journal paper is low.
Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property JrnNearEnd As Boolean
public abstract bool JrnNearEnd { get; }
public:
virtual property bool JrnNearEnd {
bool get () abstract;
}
/** @property */
public abstract boolean get_JrnNearEnd ()
public abstract function get JrnNearEnd () : boolean
Remarks
If true, the journal paper is low. If false, journal paper is not low.
If CapJrnNearEndSensor is false, the value of JrnNearEnd is always false.
JrnNearEnd 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.JrnEmpty Property