C#
VB
C++
Gets or sets the maximum number of holes to detect.
[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 );
}
Maximum 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