IsisBarcodeDetectedEventArgs Constructor |
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
)
Public Sub New (
codeType As IsisBarcodeType,
bounds As Rectangle,
text As String,
orientation As IsisOrientation,
searchTime As Integer,
quality As Integer,
validChecksum As Boolean
)
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