←Select platform

MaximumHoleCount Property

Summary

Gets or sets the maximum number of holes to detect.

Syntax

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

Property Value

Maximum number of holes to detect. This property is valid only if the HolePunchRemoveCommandFlags.UseCount flag is set in the Flags property.

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