Bind bookmark properties of a PDF graphic element

Bind bookmark properties of a PDF graphic element

Bind PDF bookmark properties to display and navigate bookmarks in a PDF document on the HMI device. Bind the
Bookmarks
property to display the bookmarks in a PDF document. Bind the
BookmarkIndex
property to navigate to a specific bookmark in a PDF document.
Prerequisites
  • Create bookmarks in the PDF document before adding to the PDF document to the project.
  • Verify that the screen, popup, or AOG contains the PDF graphic element.
To bind bookmark properties of a PDF graphic element
  1. Drag a
    List Box Selector
    onto the screen, popup, or Add-On Graphic.
  2. Use property-to-property binding to bind the
    Items
    box of the List Box Selector to the
    Bookmarks
    property of the PDF graphic element. Bind the Items property of the List Box Selector to the Bookmarks property of the PDF graphic element. Use the format PDFGraphicElementName.Bookmarks. On the HMI device, the List Box Selector displays all of the bookmarks in the PDF document.
  3. Use property-to-property binding to bind the
    Value
    box of the List Box Selector to the
    BookmarkIndex
    property of the PDF graphic element. Bind the Value property of the List Box Selector to the BookmarksIndex property of the PDF graphic element. Use the format PDFGraphicElementName.BookmarksIndex. On the HMI device, selecting a bookmark opens the bookmark in the PDF document.
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.