ImageGear .NET - Updated November 28, 2017
Orientation Property (ImGearBarcodeReader)




ImageGear23.Barcode Assembly > ImageGear.Barcode Namespace > ImGearBarcodeReader Class : Orientation Property
Gets or sets the orientation of the barcodes to analyze during recognition.
Syntax
'Declaration
 
Public Property Orientation As ImGearBarcodeOrientationInfo
 
'Usage
 
Dim instance As ImGearBarcodeReader
Dim value As ImGearBarcodeOrientationInfo
 
instance.Orientation = value
 
value = instance.Orientation

Property Value

The ImGearBarcodeOrientationInfo value set.
Remarks

The barcode recognition engine is capable of detecting barcodes in an image without any prior knowledge of the barcode orientation. However, you can speed up the recognition process by specifying a barcode orientation.

Default value: ImGearBarcodeOrientationInfo.HorizontalVertical

See Also

Reference

ImGearBarcodeReader Class
ImGearBarcodeReader Members