PageCollection.CopyTo
PageCollection.CopyTo method
Copyies pages into document.
public void CopyTo(Page[] array, int index)
| Parameter | Type | Description |
|---|---|---|
| array | Page[] | Array containing Pages object to insert into document. It must be Object[] or Page[]. |
| index | Int32 | Starting index where pages will be inserted |
See Also
- class Page
- class PageCollection
- namespace Aspose.Pdf
- assembly Aspose.PDF