'Declaration <TypeConverterAttribute(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter)> <DescriptionAttribute("Binarization command for detecting text regions on a source image.")> Public Property MaskBinarization As ProcessingCommandBase
[TypeConverter(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter)] [Description("Binarization command for detecting text regions on a source image.")] public ProcessingCommandBase MaskBinarization {get; set;}
[TypeConverter(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter)] [Description("Binarization command for detecting text regions on a source image.")] public: __property ProcessingCommandBase* get_MaskBinarization(); public: __property void set_MaskBinarization( ProcessingCommandBase* value );
[TypeConverter(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter)] [Description("Binarization command for detecting text regions on a source image.")] public: property ProcessingCommandBase^ MaskBinarization { ProcessingCommandBase^ get(); void set ( ProcessingCommandBase^ value); }