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
Parameters
- array
- Type:System.Collections.Generic.KeyValuePair<String, PdfItem>[]
- arrayIndex
- Type: System.Int32
Implements
ICollection<T>.CopyTo(T[], Int32)See Also