'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
Default value is false