←Select platform

MinimumHoleCount Property

Summary

Gets or sets the minimum number of holes to detect.

Syntax

C#
VB
WinRT C#
C++
public int MinimumHoleCount { get; set; } 
Public Property MinimumHoleCount As Integer 
public int MinimumHoleCount {get; set;} 
 <br/>get_MinimumHoleCount();<br/>set_MinimumHoleCount(value);<br/>Object.defineProperty('MinimumHoleCount');  
public: 
property int MinimumHoleCount { 
   int get(); 
   void set (    int ); 
} 

Property Value

Minimum number of holes to detect. This property is valid only if the HolePunchRemoveCommandFlags.UseCount flag is set in the Flags property. This value must be at least 2.

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