Click or drag to resize

PdfLabelingRangesCopyTo Method

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

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntax
public void CopyTo(
	KeyValuePair<int, PdfLabel>[] array,
	int arrayIndex
)

Parameters

array  KeyValuePairInt32, PdfLabel
The one-dimensional System.Array that is the destination of the elements copied from PdfLabelingRanges. 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