PdfDictionary.DictionaryElements.CopyTo Method Terminal Works - PDF Printing.Net Library
Copies the elements of the dictionary to an array, starting at a particular index.

Namespace: PdfEdit.Pdf
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.1.1.0 (5.1.1.0)
Syntax

public void CopyTo(
	KeyValuePair<string, PdfItem>[] array,
	int arrayIndex
)

Parameters

array
Type:System.Collections.Generic.KeyValuePair<String, PdfItem>[]
arrayIndex
Type: System.Int32

Implements

ICollection<T>.CopyTo(T[], Int32)
See Also

Reference