VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Codecs.Decoders Namespace / TiffDecodingSettings Class / AutoCorrectColorLevelIn16BppGrayscaleImage Property
Syntax Requirements SeeAlso
In This Topic
    AutoCorrectColorLevelIn16BppGrayscaleImage Property (TiffDecodingSettings)
    In This Topic
    Gets or sets a value indicating whether TIFF decoder should automatically correct color level for grayscale 16-bpp image.
    Syntax
    'Declaration
    
    <DefaultValueAttribute(False)>
    <DescriptionAttribute("A value indicating whether TIFF decoder should automatically correct color level for grayscale 16-bpp image.")>
    Public Property AutoCorrectColorLevelIn16BppGrayscaleImage As Boolean
    
    
    [DefaultValue(False)]
    [Description("A value indicating whether TIFF decoder should automatically correct color level for grayscale 16-bpp image.")]
    public bool AutoCorrectColorLevelIn16BppGrayscaleImage { get; set; }
    
    
    [DefaultValue(False)]
    [Description("A value indicating whether TIFF decoder should automatically correct color level for grayscale 16-bpp image.")]
    public: __property bool get_AutoCorrectColorLevelIn16BppGrayscaleImage();
    public: __property void set_AutoCorrectColorLevelIn16BppGrayscaleImage(
    bool value
    );
    [DefaultValue(False)]
    [Description("A value indicating whether TIFF decoder should automatically correct color level for grayscale 16-bpp image.")]
    public:
    property bool AutoCorrectColorLevelIn16BppGrayscaleImage { bool get(); void set(bool value); }

    Property Value

    True if TIFF decoder should automatically correct color level for grayscale 16-bpp image; otherwise, false.
    Default value is false
    Requirements

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

    See Also