'Declaration <DefaultValueAttribute(True)> <DescriptionAttribute("A value indicating whether to check that an image is a palette image with 256 colors.")> Public Property DetectIndexed8 As Boolean
[DefaultValue(True)] [Description("A value indicating whether to check that an image is a palette image with 256 colors.")] public bool DetectIndexed8 { get; set; }
[DefaultValue(True)] [Description("A value indicating whether to check that an image is a palette image with 256 colors.")] public: __property bool get_DetectIndexed8(); public: __property void set_DetectIndexed8(
bool value
);
[DefaultValue(True)] [Description("A value indicating whether to check that an image is a palette image with 256 colors.")] public:
property bool DetectIndexed8 { bool get(); void set(bool value); }
Property Value
Значение по умолчанию - true.