←Select platform

HoleIndex Property

Summary

Gets the index of the hole within a hole punch pattern.

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

Property Value

Index of the hole within a hole punch pattern. The holes are numbered from 1 to n, where n is the total number of holes in the hole punch pattern.

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