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