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