PageCollection.CopyTo

PageCollection.CopyTo method

Copyies pages into document.

public void CopyTo(Page[] array, int index)
ParameterTypeDescription
arrayPage[]Array containing Pages object to insert into document. It must be Object[] or Page[].
indexInt32Starting index where pages will be inserted

See Also