←Select platform

BlackCount Property

Summary

Gets the total number of black pixels in one of the holes of a hole punch pattern.

Syntax

C#
VB
WinRT C#
C++
public int BlackCount { get; } 
Public ReadOnly Property BlackCount As Integer 
public int BlackCount {get;} 
 get_BlackCount();  
public: 
property int BlackCount { 
   int get(); 
} 

Property Value

Total number of black pixels in one of the holes of a hole punch pattern.

Example

Refer to HolePunchRemoveCommand.

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.ImageProcessing.Core Assembly