VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing.Color Namespace / BinarizeCommand Class / BinarizationMode Property
Syntax Requirements SeeAlso
In This Topic
BinarizationMode Property (BinarizeCommand)
In This Topic
Gets or sets the binarization mode.
Syntax
'Declaration

<DefaultValueAttribute(Threshold)>
<DescriptionAttribute("The binarization mode.")>
Public Property BinarizationMode As Vintasoft.Imaging.ImageProcessing.BinarizationMode

[DefaultValue(Threshold)]
[Description("The binarization mode.")]
public Vintasoft.Imaging.ImageProcessing.BinarizationMode BinarizationMode { get; set; }

Property Value

Default value is BinarizationMode.Threshold.
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