Aspose::Pdf::Structure::ElementCollection::begin method

ElementCollection::begin() const method

Gets iterator pointing to the first element (if any) of the const-qualified instance of the collection.

const_iterator Aspose::Pdf::Structure::ElementCollection::begin() const noexcept

ReturnValue

An iterator pointing to the first element (if any) of the const-qualified instance of the collection

See Also

ElementCollection::begin() method

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

iterator Aspose::Pdf::Structure::ElementCollection::begin() noexcept

ReturnValue

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

See Also