Aspose::Pdf::LogicalStructure::ElementList::idx_get method

ElementList::idx_get method

Gets an element at the given index.

virtual System::SharedPtr<Element> Aspose::Pdf::LogicalStructure::ElementList::idx_get(int32_t index)
ParameterTypeDescription
indexint32_tThe index into the list of elements.

ReturnValue

The T:/Aspose::Pdf::LogicalStructure::Element with the specified index in the collection. If index is greater than or equal to the number of elements in the list, this returns null.

See Also