'Declaration <BrowsableAttribute(True)> <TypeConverterAttribute(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter)> <DescriptionAttribute("A binarization command which is applied to not black-white images.")> Public Property Binarization As Vintasoft.Imaging.ImageProcessing.ProcessingCommandBase
[Browsable(True)] [TypeConverter(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter)] [Description("A binarization command which is applied to not black-white images.")] public Vintasoft.Imaging.ImageProcessing.ProcessingCommandBase Binarization { get; set; }
[Browsable(True)] [TypeConverter(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter)] [Description("A binarization command which is applied to not black-white images.")] public: __property Vintasoft.Imaging.ImageProcessing.ProcessingCommandBase* get_Binarization(); public: __property void set_Binarization(
Vintasoft.Imaging.ImageProcessing.ProcessingCommandBase* value
);
[Browsable(True)] [TypeConverter(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter)] [Description("A binarization command which is applied to not black-white images.")] public:
property Vintasoft.Imaging.ImageProcessing.ProcessingCommandBase^ Binarization { Vintasoft.Imaging.ImageProcessing.ProcessingCommandBase^ get(); void set(Vintasoft.Imaging.ImageProcessing.ProcessingCommandBase^ value); }
Property Value
Значение по умолчанию - BinarizationMode.Порог бинаризации.