ImageGear Professional DLL v17.1 for Windows Accusoft
IG_PDF_bookmark_add_new_child
Send Feedback  
ImageGear Professional DLL v17.1 for Windows > API Reference Guide > PDF Component API Reference > PDF Component Objects Reference > General Objects > HIG_PDF_BOOKMARK > IG_PDF_bookmark_add_new_child

Glossary Item Box

Adds a new bookmark to the tree containing hBookmark as the new last child of hBookmark.

Declaration:

  Copy Code
AT_ERRCOUNT ACCUAPI IG_PDF_bookmark_add_new_child(
        HIG_PDF_BOOKMARK hBookmark,
        LPSTR lpszInitialText,
        LPHIG_PDF_BOOKMARK lphChildBookmark
);

Arguments:

hBookmark The bookmark to which a new last child is added.
lpszInitialText The new bookmark's title.
lphChildBookmark The newly created bookmark.

Return Value:

Error count.

Supported Raster Image Formats:

This function does not process image pixels.

Remarks:

If hBookmark previously had no children, it will be open after the child is added.

©2012. Accusoft Corporation. All Rights Reserved.