Share via


CheckScanner.FileIndex Property

2/27/2008

Gets or sets the file location associated with the image data file.

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

Syntax

'Declaration
Public MustOverride Property FileIndex As Integer
public abstract int FileIndex { get; set; }
public:
virtual property int FileIndex {
    int get () abstract;
    void set (int value) abstract;
}
/** @property */
public abstract int get_FileIndex ()

/** @property */
public abstract void set_FileIndex (int value)
public abstract function get FileIndex () : int

public abstract function set FileIndex (value : int)

Remarks

Holds the file location associated with the image data file when either the StoreImage or RetrieveMemory methods are called.

Its value is set before a DataEvent event is delivered to the application.

FileIndex is used only by the service object together with the device to store and locate an image data file.

FileIndex 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.ClearImage Method
CheckScanner.RetrieveImage Method
CheckScanner.RetrieveMemory Method