Aspose::Pdf::PageCollection::idx_get method

PageCollection::idx_get method

Gets page by index.

System::SharedPtr<Page> Aspose::Pdf::PageCollection::idx_get(int32_t index)
ParameterTypeDescription
indexint32_tIndex of page.

ReturnValue

Retreived page.

See Also