Aspose::Pdf::LogicalStructure::ElementList::GetEnumerator method

ElementList::GetEnumerator method

Gets an enumerator that iterates through the collection of elements.

System::SharedPtr<System::Collections::Generic::IEnumerator<System::SharedPtr<Element>>> Aspose::Pdf::LogicalStructure::ElementList::GetEnumerator() override=0

ReturnValue

An enumerator used to iterate through the collection of elements.

See Also