VintaSoft Imaging .NET SDK 14.1: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.DocCleanup.Web.Services Namespace / AutoTextInvertRequestParams Class / maxWhitePercentage Property
Syntax Requirements SeeAlso
In This Topic
    maxWhitePercentage Property (AutoTextInvertRequestParams)
    In This Topic
    Gets or sets the maximum percentage of white pixels in inverted text block.
    Syntax
    'Declaration
    
    Public Property maxWhitePercentage As Double
    
    
    public double maxWhitePercentage { get; set; }
    
    
    public: __property double get_maxWhitePercentage();
    public: __property void set_maxWhitePercentage(
    double value
    );
    public:
    property double maxWhitePercentage { double get(); void set(double value); }

    Property Value

    Possible values are from 0.0 (0%) to 49.0 (49%). Default value is 40.0 (40%).
    Requirements

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

    See Also