Barcode Xpress for .NET Framework v14.0 - Updated
Accusoft.BarcodeXpressSdk Namespace / InkColorInfo Enumeration




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

    See Also