C#
VB
C++
Gets or sets the minimum number of holes to detect.
[DataMemberAttribute(Name="MinimumHoleCount", IsRequired=true)]
public int MinimumHoleCount { get; set; }
<DataMemberAttribute(Name="MinimumHoleCount", IsRequired=True)>
Public Property MinimumHoleCount As Integer
[DataMemberAttribute(Name="MinimumHoleCount", IsRequired=true)]
public:
property int MinimumHoleCount {
int get();
void set ( int );
}
Minimum number of holes to detect. This property is valid only if the HolePunchRemoveCommandFlags.UseCount flag is set in the Flags property.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET