'Declaration <DescriptionAttribute("A value indicating whether to check that an image is a palette image with 256 colors.")> <DefaultValueAttribute(True)> Public Property DetectIndexed8 As Boolean
[Description("A value indicating whether to check that an image is a palette image with 256 colors.")] [DefaultValue(True)] public bool DetectIndexed8 { get; set; }
[Description("A value indicating whether to check that an image is a palette image with 256 colors.")] [DefaultValue(True)] public: __property bool get_DetectIndexed8(); public: __property void set_DetectIndexed8(
bool value
);
[Description("A value indicating whether to check that an image is a palette image with 256 colors.")] [DefaultValue(True)] public:
property bool DetectIndexed8 { bool get(); void set(bool value); }
Property Value
Default value is true.