VintaSoft Barcode .NET SDK 16.0: Documentation for .NET developer
Vintasoft.Barcode Namespace / ImageInvertMode Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
    ImageInvertMode Enumeration
    In This Topic
    Specifies available image color inversion modes.
    Syntax
    'Declaration
    
    Public Enum ImageInvertMode
       Inherits System.Enum
    
    
    public enum ImageInvertMode : System.Enum
    
    
    __value public enum ImageInvertMode : public System.Enum
    
    
    public enum class ImageInvertMode : public System.Enum
    
    
    Members
    MemberDescription
    NoInvertBarcode reader recognizes barcodes in not inverted (source) image.
    InvertBarcode reader recognizes barcodes in inverted image.
    NoInvertAndInvertBarcode reader recognizes barcodes in not inverted (source) image and inverted image. Not inverted (source) image has priority.
    InvertAndNoInvertBarcode reader recognizes barcodes in inverted image and not inverted (source) image. Inverted image has priority.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Vintasoft.Barcode.ImageInvertMode

    Requirements

    Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also