←Select platform

MaximumHoleCount Property

Summary

Gets or sets the maximum number of holes to detect.

Syntax
C#
VB
C++
public int MaximumHoleCount { get; set; } 
Public Property MaximumHoleCount As Integer 
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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly