PdfArrayArrayElementsCopyTo Method Terminal Works - PDF Printing.Net Library
Copies the elements of the array to the specified array.

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

public void CopyTo(
	PdfItem[] array,
	int index
)

Parameters

array
Type: PdfEdit.PdfPdfItem
index
Type: SystemInt32

Implements

ICollectionTCopyTo(T, Int32)
See Also

Reference