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