Click or drag to resize

TiffPageCollectionContains Method

Indicates if a TiffPage is contained in this collection

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 bool Contains(
	TiffPage value
)

Parameters

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

Return Value

Type: Boolean
True if the TiffPage is contained in this collection, false otherwise.
See Also