ImageGear for C and C++ on Windows v21.0 - Updated
API Reference Guide / PDF Component API Reference / PDF Component Objects Reference / General Objects / HIG_PDF_BOOKMARK / IG_PDF_bookmark_get_title
In This Topic
    IG_PDF_bookmark_get_title
    In This Topic

    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:

    Name Type Description
    hBookmark HIG_PDF_BOOKMARK The bookmark whose title is obtained.
    szBuffer LPSTR 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 AT_INT The size of szBuffer.
    lpnBytes LPAT_INT 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.