ImagePlacementCollectionCopyTo Method
Copies the entire collection to a compatible one-dimensional Array, starting at the specified index of the target array

Namespace: Aspose.Pdf
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public void CopyTo(
	ImagePlacement[] array,
	int index
)

Parameters

array
Type: Aspose.PdfImagePlacement
Array of objects which will be copied.
index
Type: SystemInt32
Starting index from which copying will be started.

Implements

ICollectionTCopyTo(T, Int32)
See Also