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