Aspose::Pdf::OutlineItemCollection::idx_get method

OutlineItemCollection::idx_get method

Gets outline item from the collection using index.

System::SharedPtr<OutlineItemCollection> Aspose::Pdf::OutlineItemCollection::idx_get(int32_t index)
ParameterTypeDescription
indexint32_tIndex within the collection.

ReturnValue

OutlineItemCollection object.

See Also