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)
Parameter | Type | Description |
---|---|---|
index | int32_t | Index of page. |
ReturnValue
Retreived page.
See Also
- Typedef SharedPtr
- Class Page
- Class PageCollection
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++