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

    Property Value

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

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

    See Also