ImageGear Professional DLL v17.1 for Windows Accusoft
IG_PDF_bookmark_add_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_child

Glossary Item Box

Adds hChildBookmark as the last child of parent, adjusting the tree containing parent appropriately.

Declaration:

  Copy Code
AT_ERRCOUNT ACCUAPI IG_PDF_bookmark_add_child(
        HIG_PDF_BOOKMARK hBookmark,
        HIG_PDF_BOOKMARK hChildBookmark
);

Arguments:

hBookmark The parent of the bookmark being added.
hChildBookmark The bookmark that will become the last child of hBookmark. hChildBookmark must have been previously unlinked.

Return Value:

Error count.

Supported Raster Image Formats:

This function does not process image pixels.

Remarks:

If parent previously had no children, it is open after the child is added.

©2012. Accusoft Corporation. All Rights Reserved.