Click or drag to resize

IsisBarcodeDetectedEventArgs Constructor

Initializes a new instance of the IsisBarcodeDetectedEventArgs class.

Namespace:  Atalasoft.Isis
Assembly:  Atalasoft.dotImage.Isis (in Atalasoft.dotImage.Isis.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public IsisBarcodeDetectedEventArgs(
	IsisBarcodeType codeType,
	Rectangle bounds,
	string text,
	IsisOrientation orientation,
	int searchTime,
	int quality,
	bool validChecksum
)

Parameters

codeType
Type: Atalasoft.IsisIsisBarcodeType
The barcode type.
bounds
Type: System.DrawingRectangle
The barcode location bounds.
text
Type: SystemString
The barcode text.
orientation
Type: Atalasoft.IsisIsisOrientation
The orientation of the barcode.
searchTime
Type: SystemInt32
The search time.
quality
Type: SystemInt32
The quality of the barcode.
validChecksum
Type: SystemBoolean
The value indication whether checksum is valid.
See Also