Share via


CheckScanner.RemainingImagesEstimate Property

2/27/2008

Gets a "best guess" estimate of the remaining number of images that can be stored.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property RemainingImagesEstimate As Integer
public abstract int RemainingImagesEstimate { get; }
public:
virtual property int RemainingImagesEstimate {
    int get () abstract;
}
/** @property */
public abstract int get_RemainingImagesEstimate ()
public abstract function get RemainingImagesEstimate () : int

Remarks

RemainingImagesEstimate is updated after every new image is stored or cleared from the available memory of the device. RemainingImagesEstimate, together with the ImageMemoryStatus, is intended to be used by the application to monitor the available image storage.

RemainingImagesEstimate is typically initialized to 0 (zero). The service object should then update RemainingImagesEstimate to a "best guess" estimate of the total number of image files that can be stored in the memory 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

CheckScanner Class
CheckScanner Members
Microsoft.PointOfService Namespace
CheckScanner.ImageMemoryStatus Property