←Select platform

HoleIndex Property

Summary

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

Syntax

C#
VB
WinRT C#
C++
public int HoleIndex { get; } 
Public ReadOnly Property HoleIndex As Integer 
public int HoleIndex {get;} 
 get_HoleIndex();  
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly