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

Glossary Item Box

Gets hBookmark's title.

Declaration:

  Copy Code
AT_ERRCOUNT ACCUAPI IG_PDF_bookmark_get_title(
        HIG_PDF_BOOKMARK hBookmark,
        LPSTR szBuffer,
        AT_INT nSize,
        LPAT_INT lpnBytes
);

Arguments:

hBookmark The bookmark whose title is obtained.
szBuffer Buffer into which the title will be written. If szBuffer is non-NULL, its length is assumed to be nSize + 1, because a null byte is appended to the title.
nSize The size of szBuffer.
lpnBytes The number of bytes copied into szBuffer, not counting the trailing null byte. If szBuffer is NULL, the number of bytes in the bookmark is returned.

Return Value:

Error count.

Supported Raster Image Formats:

This function does not process image pixels.

©2012. Accusoft Corporation. All Rights Reserved.