CheckScannerImage Class
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.
A helper class created by POS for .NET to simplify the retrieval of scanned images and setting of properties.
public class CheckScannerImage
type CheckScannerImage = class
Public Class CheckScannerImage
- Inheritance
-
CheckScannerImage
Constructors
CheckScannerImage(Bitmap, String, Int32, String) |
Creates an instance of the CheckScannerImage class with the specified image data, file ID, file index, and image tag data. |
Properties
FileId |
Holds the file name associated with the image data file. |
FileIndex |
Holds the file location associated with the image data file. |
ImageData |
Holds the image data. |
ImageTagData |
Holds a string that specifies the tag name for the captured image data. |