Click or drag to resize

HalftoneCollectionIndexOf Method

Searches the collection for the specified Halftone 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(
	Halftone item
)

Parameters

item
Type: Atalasoft.Imaging.ImageProcessing.DocumentHalftone

Return Value

Type: Int32
See Also