Click or drag to resize

HolePunchCollectionIndexOf Method

Searches the collection for the specified HolePunch object and returns the index in the array, or -1 if it's not found.

Namespace:  Atalasoft.Imaging.ImageProcessing.Document
Assembly:  Atalasoft.dotImage.AdvancedDocClean (in Atalasoft.dotImage.AdvancedDocClean.dll) Version: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntax
public virtual int IndexOf(
	HolePunch source
)

Parameters

source
Type: Atalasoft.Imaging.ImageProcessing.DocumentHolePunch

Return Value

Type: Int32
See Also