Aspose::Pdf::PageCollection::CopyPage method

PageCollection::CopyPage method

Adds page to collection.

System::SharedPtr<Page> Aspose::Pdf::PageCollection::CopyPage(System::SharedPtr<Page> entity)
ParameterTypeDescription
entitySystem::SharedPtr<Page>Page which should be added.

ReturnValue

Added page.

See Also