'Declaration <DescriptionAttribute("A value indicating whether TIFF decoder should automatically correct color level for grayscale 16-bpp image.")> <DefaultValueAttribute(False)> Public Property AutoCorrectColorLevelIn16BppGrayscaleImage As Boolean
[Description("A value indicating whether TIFF decoder should automatically correct color level for grayscale 16-bpp image.")] [DefaultValue(False)] public bool AutoCorrectColorLevelIn16BppGrayscaleImage { get; set; }
[Description("A value indicating whether TIFF decoder should automatically correct color level for grayscale 16-bpp image.")] [DefaultValue(False)] public: __property bool get_AutoCorrectColorLevelIn16BppGrayscaleImage(); public: __property void set_AutoCorrectColorLevelIn16BppGrayscaleImage(
bool value
);
[Description("A value indicating whether TIFF decoder should automatically correct color level for grayscale 16-bpp image.")] [DefaultValue(False)] 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