'Declaration <DefaultValueAttribute(null)> <TypeConverterAttribute(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter)> <DescriptionAttribute("A binarization command, which should be applied to a non black-white image.")> <BrowsableAttribute(True)> Public Property Binarization As Vintasoft.Imaging.ImageProcessing.ProcessingCommandBase
[DefaultValue(null)] [TypeConverter(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter)] [Description("A binarization command, which should be applied to a non black-white image.")] [Browsable(True)] public Vintasoft.Imaging.ImageProcessing.ProcessingCommandBase Binarization { get; set; }
[DefaultValue(null)] [TypeConverter(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter)] [Description("A binarization command, which should be applied to a non black-white image.")] [Browsable(True)] public: __property Vintasoft.Imaging.ImageProcessing.ProcessingCommandBase* get_Binarization(); public: __property void set_Binarization(
Vintasoft.Imaging.ImageProcessing.ProcessingCommandBase* value
);
[DefaultValue(null)] [TypeConverter(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter)] [Description("A binarization command, which should be applied to a non black-white image.")] [Browsable(True)] public:
property Vintasoft.Imaging.ImageProcessing.ProcessingCommandBase^ Binarization { Vintasoft.Imaging.ImageProcessing.ProcessingCommandBase^ get(); void set(Vintasoft.Imaging.ImageProcessing.ProcessingCommandBase^ value); }
Property Value
Значение по умолчанию - null.