VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing.Document Namespace / AutoTextInvertCommand Class / MaxWhitePercentage Property
Syntax Requirements SeeAlso
In This Topic
    MaxWhitePercentage Property (AutoTextInvertCommand)
    In This Topic
    Gets or sets the maximum percentage of white pixels in inverted text block.
    Syntax
    'Declaration
    
    <DescriptionAttribute("The maximum percentage of white pixels in inverted text block.
    Possible values are from 0.0 (0%) to 49.0 (49%).")>
    <DefaultValueAttribute(40)>
    Public Property MaxWhitePercentage As Double
    
    
    [Description("The maximum percentage of white pixels in inverted text block.
    Possible values are from 0.0 (0%) to 49.0 (49%).")]
    [DefaultValue(40)]
    public double MaxWhitePercentage { get; set; }
    
    
    [Description("The maximum percentage of white pixels in inverted text block.
    Possible values are from 0.0 (0%) to 49.0 (49%).")]
    [DefaultValue(40)]
    public: __property double get_MaxWhitePercentage();
    public: __property void set_MaxWhitePercentage(
    double value
    );
    [Description("The maximum percentage of white pixels in inverted text block.
    Possible values are from 0.0 (0%) to 49.0 (49%).")]
    [DefaultValue(40)]
    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: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also