Click or drag to resize

TiffPageCollectionIndexOf Method

Returns the index of a given TiffPage object.

Namespace:  Atalasoft.Imaging.Codec.Tiff
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public int IndexOf(
	TiffPage value
)

Parameters

value
Type: Atalasoft.Imaging.Codec.TiffTiffPage
The TiffPage to look for.

Return Value

Type: Int32
An integer >= 0 if the TiffPage is in this collection, -1 otherwise.
See Also