FPDFBookmark_GetDest method
Get the destination associated with |bookmark|.
document - handle to the document. bookmark - handle to the bookmark.
Returns the handle to the destination data, or NULL if no destination is associated with |bookmark|.
Implementation
FPDF_DEST FPDFBookmark_GetDest(
FPDF_DOCUMENT document,
FPDF_BOOKMARK bookmark,
) {
return _FPDFBookmark_GetDest(document, bookmark);
}