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: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public virtual int IndexOf(
	HolePunch source
)

Parameters

source
Type: Atalasoft.Imaging.ImageProcessing.DocumentHolePunch

Return Value

Type: Int32
See Also