VintaSoft Barcode .NET SDK 16.0: Documentation for .NET developer
Vintasoft.Barcode Namespace / ReaderSettings Class / ImageInvertMode Property
Syntax Requirements SeeAlso
In This Topic
    ImageInvertMode Property (ReaderSettings)
    In This Topic
    Gets or sets the image colors inversion mode.
    Syntax
    'Declaration
    
    <DescriptionAttribute("Image colors invert mode.")>
    <DefaultValueAttribute(False)>
    Public Property ImageInvertMode As ImageInvertMode
    
    
    [Description("Image colors invert mode.")]
    [DefaultValue(False)]
    public ImageInvertMode ImageInvertMode { get; set; }
    
    
    [Description("Image colors invert mode.")]
    [DefaultValue(False)]
    public: __property ImageInvertMode get_ImageInvertMode();
    public: __property void set_ImageInvertMode(
    ImageInvertMode value
    );
    [Description("Image colors invert mode.")]
    [DefaultValue(False)]
    public:
    property ImageInvertMode ImageInvertMode { ImageInvertMode get(); void set(ImageInvertMode value); }
    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