←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
Java
Objective-C
WinRT C#
C++
public int MinimumBlackPercent {get; set;}
Public Property MinimumBlackPercent As Integer
public int MinimumBlackPercent {get; set;}
@property (nonatomic, assign) NSInteger minimumBlackPercent
public int getMinimumBlackPercent() 
public void setMinimumBlackPercent(int value) 
get_MinimumBlackPercent(); 
set_MinimumBlackPercent(value); 
Object.defineProperty('MinimumBlackPercent'); 
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.

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