Aspose::Pdf::Structure::ElementCollection::virtualizeBeginIterator method

ElementCollection::virtualizeBeginIterator method

Gets iterator pointing to the first element (if any) of the collection.

virtualized_iterator * Aspose::Pdf::Structure::ElementCollection::virtualizeBeginIterator() override

ReturnValue

An iterator pointing to the first element (if any) of the collection Provides iterator implementation to container’s first element.

See Also