CheckScanner.ImageMemoryStatus Property

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

Usage

'Usage
Dim checkScanner1 As CheckScanner

Dim returnValue As ImageMemoryStatus
returnValue = checkScanner1.ImageMemoryStatus

Syntax

'Declaration
Public MustOverride ReadOnly Property ImageMemoryStatus() As ImageMemoryStatus
public abstract ImageMemoryStatus ImageMemoryStatus {get;}
public: property virtual ImageMemoryStatus^ ImageMemoryStatus{
    ImageMemoryStatus^ get();
}
public abstract ImageMemoryStatus get_ImageMemoryStatus();
public abstract function get ImageMemoryStatus() : ImageMemoryStatus;

Remarks

Indicates the current memory availability status if the device has the ability to store multiple image files. ImageMemoryStatus is valid only if the CapStoreImageFiles property is set to TRUE. Possible values for ImageMemoryStatus are defined by the ImageMemoryStatus enumeration.

ImageMemoryStatus is typically initialized to ImageMemoryStatus.Empty. The service object should then set ImageMemoryStatus based on the current memory availability.

To access this property, the application must open and claim 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.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Longhorn, and Windows 2000

Target Platforms

See Also

Reference

CheckScanner Class
CheckScanner Members
Microsoft.PointOfService Namespace
CapStoreImageFiles
StoreImage
ImageMemoryStatus