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