ImageGear .NET v25.2 - Updated
ImageGear.Barcode Assembly / ImageGear.Barcode Namespace / ImGearBarcodeInkColorInfo Enumeration




In This Topic
    ImGearBarcodeInkColorInfo Enumeration
    In This Topic
    Specifies the ink color for barcodes search.
    Syntax
    'Declaration
     
    <BrowsableAttribute(True)>
    Public Enum ImGearBarcodeInkColorInfo 
       Inherits System.Enum
    'Usage
     
    Dim instance As ImGearBarcodeInkColorInfo
    [Browsable(true)]
    public enum ImGearBarcodeInkColorInfo : System.Enum 
    [Browsable(true)]
    __value public enum ImGearBarcodeInkColorInfo : public System.Enum 
    [Browsable(true)]
    public enum class ImGearBarcodeInkColorInfo : public System.Enum 
    Members
    MemberValueDescription
    Black1Black ink colored barcodes will be searched. This is the default.
    Unknown0Both black and white ink color barcodes will be searched.
    White2White 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