←Select platform

HoleTotalCount Property

Summary

Gets the total number of holes that make up the hole punch pattern.

Syntax
C#
VB
C++
public int HoleTotalCount { get; } 
Public ReadOnly Property HoleTotalCount As Integer 
public: 
property int HoleTotalCount { 
   int get(); 
} 

Property Value

The total number of holes that make up the hole punch pattern. This value will not change for a particular call to HolePunchRemoveCommand.

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