←Select platform

BlackCount Property

Summary

Gets the total number of black pixels in the inverted text region being processed.

Syntax
C#
VB
Objective-C
C++
Java
public int BlackCount { get; } 
Public ReadOnly Property BlackCount As Integer 
@property (nonatomic, assign, readonly) NSInteger blackCount 
public int getBlackCount() 
public: 
property int BlackCount { 
   int get(); 
} 

Property Value

Total number of black pixels in the inverted text region being processed.

Example

Refer to InvertedTextCommand.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly