CheckScannerImage(Bitmap, String, Int32, String) Constructor
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.
Creates an instance of the CheckScannerImage class with the specified image data, file ID, file index, and image tag data.
public CheckScannerImage (System.Drawing.Bitmap imageData, string fileId, int fileIndex, string imageTagData);
new Microsoft.PointOfService.BaseServiceObjects.CheckScannerImage : System.Drawing.Bitmap * string * int * string -> Microsoft.PointOfService.BaseServiceObjects.CheckScannerImage
Public Sub New (imageData As Bitmap, fileId As String, fileIndex As Integer, imageTagData As String)
Parameters
- imageData
- Bitmap
Holds the image data
- fileId
- String
Holds the file name associated with the image data file.
- fileIndex
- Int32
Holds the file location associated with the image data file.
- imageTagData
- String
Holds a string that specifies the tag name for the captured image data.