VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.DocCleanup.Web.Services Namespace / RestoreTextFromHalftoneRequestParams Class / autoThreshold Property
Syntax Requirements SeeAlso
In This Topic
autoThreshold Property (RestoreTextFromHalftoneRequestParams)
In This Topic
Gets or sets a value indicating whether the black and white pixels removal thresholds are calculated automatically.
Syntax
'Declaration

Public Property autoThreshold As Boolean

public bool autoThreshold { get; set; }

Property Value

True - thresholds are calculated automatically;
false - thresholds are used from blackPixelRemovalThreshold and whitePixelRemovalThreshold properties.
Default value is True.
Requirements

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

See Also