←Select platform

HoleTotalCount Property

Summary

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

Syntax

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

Leadtools.ImageProcessing.Core Assembly