Click or drag to resize

PdfAttachmentCollectionCopyTo Method

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

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

Parameters

array  PdfAttachment
The one-dimensional Array that is the destination of the elements copied from PdfAttachmentCollection. The 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