Aspose::Pdf::LogicalStructure::ElementListImplementation::GetEnumerator method

ElementListImplementation::GetEnumerator method

Gets an enumerator that iterates through the collection of elements.

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

ReturnValue

An enumerator used to iterate through the collection of elements.

See Also