←Select platform

MaximumBlackPercent Property

Summary

Gets or sets the maximum percent of total pixels in an inverted text area that must be black.

Syntax

C#
VB
C++
[DataMemberAttribute(Name="MaximumBlackPercent", IsRequired=true)] 
public int MaximumBlackPercent {get; set;} 
  
<DataMemberAttribute(Name="MaximumBlackPercent", IsRequired=True)> 
Public Property MaximumBlackPercent As Integer 
[DataMemberAttribute(Name="MaximumBlackPercent", IsRequired=true)] 
public: 
property int MaximumBlackPercent { 
   int get(); 
   void set (    int ); 
} 

Property Value

The maximum percent of total pixels in an inverted text area that must be black. Areas with a higher percent of black pixels are not considered.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Services.ImageProcessing.DataContracts Assembly
Click or drag to resize