<< Click to Display Table of Contents >> Navigation: GDI Print Directives > Bookmarks > Explicit Bookmark Insert |
Once the bookmark template is defined (see Explicit Bookmark Template Definition), you insert explicit bookmarks with the following directive:
//PDFX,Bookmarks.Insert,ID,dspText
Parameters
Symbol |
Values |
Description |
---|---|---|
ID |
Num |
Numeric identifier specified when you defined the bookmark template. |
dspText |
String |
Text you want to display in the bookmark pane. Note that this text does not show up in the main part of the document. |
Examples
//;Insert a bookmark using template ID 1 (to appear as “Sign Here” in bookmark pane)
//PDFX,Bookmarks.Insert,1,Sign Here
//;Insert a bookmark using template ID 2 (appears as “Please Review” in bookmark pane
//PDFX,Bookmarks.Insert,2,Please Review
Compatibility
Requires PDFXv5+.