←Select platform

MinimumBlackPercent Property

Summary

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

Syntax

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

Property Value

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

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Services.ImageProcessing.DataContracts Assembly