←Select platform

MaximumHoleCount Property

Summary

Gets or sets the maximum number of holes to detect.

Syntax

C#
VB
C++
[DataMemberAttribute(Name="MaximumHoleCount", IsRequired=true)] 
public int MaximumHoleCount { get; set; } 
  
<DataMemberAttribute(Name="MaximumHoleCount", IsRequired=True)> 
Public Property MaximumHoleCount As Integer 
[DataMemberAttribute(Name="MaximumHoleCount", IsRequired=true)] 
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.

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.Services.ImageProcessing.DataContracts Assembly