Click or drag to resize

PdfTypeArrayCopyTo Method

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

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

Parameters

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

Implements

ICollectionTCopyTo(T, Int32)
Exceptions
ExceptionCondition
ArgumentNullExceptionarray is null.
ArgumentOutOfRangeExceptionarrayIndex is less than 0.
See Also