ImageGear for C and C++ on Windows v21.0 - Updated
API Reference Guide / PDF Component API Reference / PDF Component Objects Reference / General Objects / HIG_PDF_BOOKMARK / IG_PDF_bookmark_add_prev
In This Topic
    IG_PDF_bookmark_add_prev
    In This Topic

    Adds hNewPrev as the new left sibling to hBookmark, adjusting the tree containing hBookmark appropriately.

    Declaration:

     
    Copy Code
    AT_ERRCOUNT ACCUAPI IG_PDF_bookmark_add_prev(
            HIG_PDF_BOOKMARK hBookmark,
            HIG_PDF_BOOKMARK hNewPrev
    );
    

    Arguments:

    Name Type Description
    hBookmark HIG_PDF_BOOKMARK The bookmark that will receive a new left sibling.
    hNewPrev HIG_PDF_BOOKMARK The bookmark to become the new left sibling of hBookmark. hNewPrev must have been previously unlinked.

    Return Value:

    Error count.

    Supported Raster Image Formats:

    This function does not process image pixels.