Aspose::Pdf::Structure::ElementCollection::idx_get method

ElementCollection::idx_get method

Gets Element by index.

System::SharedPtr<Element> Aspose::Pdf::Structure::ElementCollection::idx_get(int32_t index)
ParameterTypeDescription
indexint32_tIndex of element.

ReturnValue

Retreived element.

See Also