Click or drag to resize

TiffPageCollectionCopyTo Method

Copies the contents of this collection into a given array.

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 CopyTo(
	TiffPage[] array,
	int index
)

Parameters

array
Type: Atalasoft.Imaging.Codec.TiffTiffPage
An non-null array of TiffPage objects
index
Type: SystemInt32
The index in the array where the collection elements will be put
See Also