Share via


CheckScanner.ImageData Property (POS for .NET v1.12 SDK Documentation)

2/27/2008

Gets the image data.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property ImageData As Bitmap
public abstract Bitmap ImageData { get; }
public:
virtual property Bitmap^ ImageData {
    Bitmap^ get () abstract;
}
/** @property */
public abstract Bitmap get_ImageData ()
public abstract function get ImageData () : Bitmap

Remarks

Holds the image data after the RetrieveImage or RetrieveMemory methods are called.

If no image data was available, ImageData will be set to Null. Its value is set before a DataEvent event being delivered to the application.

ImageData 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.RetrieveImage Method
CheckScanner.RetrieveMemory Method
DataEvent