Click or drag to resize

PdfWebLinkCollectionCopyTo Method

Copies the elements of the collections to an System.Array, starting at a particular System.Array index.

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public void CopyTo(
	PdfWebLink[] array,
	int arrayIndex
)

Parameters

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

Implements

ICollectionTCopyTo(T, Int32)
See Also