Gets the first bookmark whose title is lpTitle.
Declaration:
Copy Code | |
---|---|
AT_ERRCOUNT ACCUAPI IG_PDF_bookmark_find_title( HIG_PDF_BOOKMARK hBookmark, LPSTR lpTitle, AT_INT nTitleLen, AT_INT nMaxDepth, LPHIG_PDF_BOOKMARK lphBookmark ); |
Arguments:
hBookmark | The root of the bookmark sub-tree to search. |
lpTitle | The text value for which to search. |
nTitleLen | The length of lpTitle. |
nMaxDepth |
The number of sub-tree levels to search, not counting the root level.
|
lphBookmark | The bookmark with the specified title or NULL if there is no such bookmark. |
Return Value:
Error count.
Supported Raster Image Formats:
This function does not process image pixels.