Click or drag to resize

TiffPageCollectionAdd Method (TiffPage)

Adds the TiffPage to the end of 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 int Add(
	TiffPage value
)

Parameters

value
Type: Atalasoft.Imaging.Codec.TiffTiffPage
A TiffPage to add.

Return Value

Type: Int32
See Also