VintaSoft Imaging .NET SDK 14.0: 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; }
    
    
    public: __property bool get_autoThreshold();
    public: __property void set_autoThreshold(
    bool value
    );
    public:
    property bool autoThreshold { bool get(); void set(bool value); }

    Property Value

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

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

    See Also