Share via


CheckScannerImage(Bitmap, String, Int32, String) Constructor

Definition

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.

Applies to