Aspose::Pdf::LogicalStructure::ElementListImplementation::Item method

ElementListImplementation::Item method

Retrieves a element at the given index.

System::SharedPtr<Element> Aspose::Pdf::LogicalStructure::ElementListImplementation::Item(int32_t index) override
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