ImageMemoryStatus Enumeration

2/27/2008

Enumerates the availability status values for image memory.

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

Syntax

'Declaration
Public Enumeration ImageMemoryStatus
public enum ImageMemoryStatus
public enum class ImageMemoryStatus
public enum ImageMemoryStatus
public enum ImageMemoryStatus

Members

Member name Description
Empty The image memory is empty.
Full The image memory is full.
OK The image memory has storage available.

Remarks

Used by the ImageMemoryStatus property. Members of this enumeration replace the CHK_IMS_EMPTY, CHK_IMS_OK, and CHK_IMS_FULL UPOS constants.

See Also

Reference

Microsoft.PointOfService Namespace
CheckScanner.ImageMemoryStatus Property