VintaSoft Imaging .NET SDK 15.1: Документация для .NET разработчика
Vintasoft.Imaging.ImageProcessing.Document Namespace / AutoTextOrientationCommand Class / Binarization Property
Синтаксис Требования Смотрите также
В этом разделе
Binarization Свойство (AutoTextOrientationCommand)
В этом разделе
Возвращает или задает команду бинаризации, применяемую к не черно-белым изображениям.
Синтаксис
'Declaration

<BrowsableAttribute(True)>
<DescriptionAttribute("A binarization command applied to a not-black-white images.")>
<TypeConverterAttribute(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter)>
Public Property Binarization As Vintasoft.Imaging.ImageProcessing.ProcessingCommandBase

[Browsable(True)]
[Description("A binarization command applied to a not-black-white images.")]
[TypeConverter(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter)]
public Vintasoft.Imaging.ImageProcessing.ProcessingCommandBase Binarization { get; set; }

Property Value

Значение по умолчанию - BinarizationMode.Threshold бинаризации.
Требования

Целевые платформы: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

Смотрите также