VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing.Document Namespace / DeskewDocumentImageCommand Class / Binarization Property
Syntax Requirements SeeAlso
In This Topic
Binarization Property (DeskewDocumentImageCommand)
In This Topic
Gets or sets a binarization command, which should be applied to a non black-white image.
Syntax
'Declaration

<TypeConverterAttribute(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter)>
<DescriptionAttribute("A binarization command, which should be applied to a non black-white image.")>
<BrowsableAttribute(True)>
<DefaultValueAttribute(null)>
Public Property Binarization As Vintasoft.Imaging.ImageProcessing.ProcessingCommandBase

[TypeConverter(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter)]
[Description("A binarization command, which should be applied to a non black-white image.")]
[Browsable(True)]
[DefaultValue(null)]
public Vintasoft.Imaging.ImageProcessing.ProcessingCommandBase Binarization { get; set; }

Property Value

Default value is null.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also