←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
Java
Objective-C
WinRT C#
C++
public int MaximumBlackPercent {get; set;}
Public Property MaximumBlackPercent As Integer
public int MaximumBlackPercent {get; set;}
@property (nonatomic, assign) NSInteger maximumBlackPercent
public int getMaximumBlackPercent() 
public void setMaximumBlackPercent(int value) 
get_MaximumBlackPercent(); 
set_MaximumBlackPercent(value); 
Object.defineProperty('MaximumBlackPercent'); 
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.

Example

Refer to InvertedTextCommand.

Requirements

Target Platforms

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