Click or drag to resize

PdfCollectionTCopyTo Method

Copies the entire PdfCollectionT to a compatible one-dimensional array, starting at the specified index of the target array.

Namespace: SautinSoft.Pdf
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.8.8
Syntax
public void CopyTo(
	T[] array,
	int arrayIndex
)

Parameters

array  T
The one-dimensional Array that is the destination of the elements copied from PdfCollectionT. The Array must have zero-based indexing.
arrayIndex  Int32
The zero-based index in array at which copying begins.

Implements

ICollectionTCopyTo(T, Int32)
See Also