'Declaration <DescriptionAttribute("A value indicating whether command must detect black-white images.")> <DefaultValueAttribute(False)> Public Property DetectBlackWhite As Boolean
[Description("A value indicating whether command must detect black-white images.")] [DefaultValue(False)] public bool DetectBlackWhite { get; set; }
[Description("A value indicating whether command must detect black-white images.")] [DefaultValue(False)] public: __property bool get_DetectBlackWhite(); public: __property void set_DetectBlackWhite(
bool value
);
[Description("A value indicating whether command must detect black-white images.")] [DefaultValue(False)] public:
property bool DetectBlackWhite { bool get(); void set(bool value); }
Property Value
Default value is false.