VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing.Document Namespace / AutoTextInvertCommand Class / MinWhitePercentage Property
Syntax Requirements SeeAlso
In This Topic
MinWhitePercentage Property (AutoTextInvertCommand)
In This Topic
Gets or sets the minimum percentage of white pixels in inverted text block.
Syntax
'Declaration

<DefaultValueAttribute(1)>
<DescriptionAttribute("The minimum percentage of white pixels in inverted text block.
Possible values are from 0.0 (0%) to 49.0 (49%).")>
Public Property MinWhitePercentage As Double

[DefaultValue(1)]
[Description("The minimum percentage of white pixels in inverted text block.
Possible values are from 0.0 (0%) to 49.0 (49%).")]
public double MinWhitePercentage { get; set; }

Property Value

Possible values are from 0.0 (0%) to 49.0 (49%). Default value is 1.0 (1%).
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