Adds hNewPrev as the new left sibling to hBookmark, adjusting the tree containing hBookmark appropriately.
Copy Code
|
|
---|---|
AT_ERRCOUNT ACCUAPI IG_PDF_bookmark_add_prev( HIG_PDF_BOOKMARK hBookmark, HIG_PDF_BOOKMARK hNewPrev ); |
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. |
Error count.
This function does not process image pixels.