PdfDictionaryDictionaryElementsCopyTo 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.GenericKeyValuePairString, PdfItem
arrayIndex
Type: SystemInt32

Implements

ICollectionTCopyTo(T, Int32)
See Also

Reference