Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Show in webframe

HoleTotalCount Property








Gets the total number of holes that make up the hole punch pattern.
Syntax
public int HoleTotalCount {get;}
'Declaration
 
Public ReadOnly Property HoleTotalCount As Integer
'Usage
 
Dim instance As HolePunchRemoveCommandEventArgs
Dim value As Integer
 
value = instance.HoleTotalCount
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

See Also

Reference

HolePunchRemoveCommandEventArgs Class
HolePunchRemoveCommandEventArgs Members

Error processing SSI file