PageCollectionCopyTo Method
Copyies pages into document.

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

Parameters

array
Type: Aspose.PdfPage
Array containing Pages object to insert into document. It must be Object[] or Page[].
index
Type: SystemInt32
Starting index where pages will be inserted

Implements

ICollectionTCopyTo(T, Int32)
See Also