Aspose::Pdf::LogicalStructure::ElementList::Item method

ElementList::Item method

Retrieves a element at the given index.

virtual System::SharedPtr<Element> Aspose::Pdf::LogicalStructure::ElementList::Item(int32_t index)=0
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