Click or drag to resize

TiffPageCollectionRemove Method

Removes a given TiffPage from the 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 void Remove(
	TiffPage value
)

Parameters

value
Type: Atalasoft.Imaging.Codec.TiffTiffPage
The TiffPage to remove.
See Also