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