CheckScannerBase.FileIndex Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Holds the file location associated with the image data file when either the StoreImage(Int32) or RetrieveMemory(CheckImageLocate) methods are called. Its value is set prior to a DataEvent event being delivered to the application.
public override int FileIndex { get; set; }
member this.FileIndex : int with get, set
Public Overrides Property FileIndex As Integer