Share via


CheckScanner.ImageMemoryStatus Property

2/27/2008

Gets the current memory availability status if the device can store multiple image files.

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

Syntax

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

Remarks

ImageMemoryStatus is valid only if the CapStoreImageFiles property is set to true. Possible values for ImageMemoryStatus are defined by the ImageMemoryStatus enumeration.

ImageMemoryStatus is set by the service object, based on the capabilities 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.CapStoreImageFiles Property
CheckScanner.StoreImage Method
ImageMemoryStatus