'Declaration <DefaultValueAttribute(False)> <DescriptionAttribute("A value indicating whether command must detect black-white images.")> Public Property DetectBlackWhite As Boolean
[DefaultValue(False)] [Description("A value indicating whether command must detect black-white images.")] public bool DetectBlackWhite { get; set; }
[DefaultValue(False)] [Description("A value indicating whether command must detect black-white images.")] public: __property bool get_DetectBlackWhite(); public: __property void set_DetectBlackWhite(
bool value
);
[DefaultValue(False)] [Description("A value indicating whether command must detect black-white images.")] public:
property bool DetectBlackWhite { bool get(); void set(bool value); }
Property Value
Значение по умолчанию - false.