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