Aspose::Page::XPS::XpsModel::XpsElement::end method

XpsElement::end() const method

Gets iterator pointing right after the last element (if any) of the const-qualified instance of the collection.

const_iterator Aspose::Page::XPS::XpsModel::XpsElement::end() const noexcept

ReturnValue

An iterator pointing right after the last element (if any) of the const-qualified instance of the collection

See Also

XpsElement::end() method

Gets iterator pointing right after the last element (if any) of the collection.

iterator Aspose::Page::XPS::XpsModel::XpsElement::end() noexcept

ReturnValue

An iterator pointing right after the last element (if any) of the collection

See Also