VintaSoft Imaging .NET SDK 15.1: 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; }

Property Value

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

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

See Also