Aspose::Pdf::PageCollection::CopyTo method

PageCollection::CopyTo method

Copyies pages into document.

void Aspose::Pdf::PageCollection::CopyTo(System::ArrayPtr<System::SharedPtr<Page>> array, int32_t index) override
ParameterTypeDescription
arraySystem::ArrayPtr<System::SharedPtr<Page>>Array containing Pages object to insert into document. It must be Object[] or Page[].
indexint32_tStarting index where pages will be inserted

See Also