Click or drag to resize

TiffPageCollectionInsert Method

Inserts a TiffPage into this collection at the given location.

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 Insert(
	int index,
	TiffPage value
)

Parameters

index
Type: SystemInt32
The location where the given TiffPage will be inserted.
value
Type: Atalasoft.Imaging.Codec.TiffTiffPage
The TiffPage object to insert.
See Also