ImageGear .NET v24.14 - Updated September 15, 2020
ImGearBarcodeInkColorInfo Enumeration




ImageGear24.Barcode Assembly > ImageGear.Barcode Namespace : ImGearBarcodeInkColorInfo Enumeration
Specifies the ink color for barcodes search.
Syntax
'Declaration
 
<BrowsableAttribute(True)>
Public Enum ImGearBarcodeInkColorInfo 
   Inherits System.Enum
 
'Usage
 
Dim instance As ImGearBarcodeInkColorInfo
Members
MemberDescription
Black Black ink colored barcodes will be searched. This is the default.
Unknown Both black and white ink color barcodes will be searched.
White White ink colored barcodes will be searched.
Remarks

To improve recognition and speed by reducing search criteria, set this property correctly.

Default value: Black

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ImageGear.Barcode.ImGearBarcodeInkColorInfo

See Also

Reference

ImageGear.Barcode Namespace