ImageGear for C and C++ on Windows v21.0 - Updated
User Guide / How to Work with ... / Annotations / New Annotation API: ArtX / How to... / Delete Annotations
In This Topic
    Delete Annotations
    In This Topic

    Marks that were added to a page will be deleted automatically along with page deletion by using IG_ARTX_page_delete() function.
    Page marks can also be deleted by using IG_ARTX_page_mark_remove()/ IG_ARTX_page_marks_remove() functions.
    Other marks should be implicitly deleted by using IG_ARTX_mark_delete() function.