Refresh and reload the document bookmarks.

 

   

Syntax
 

XBookmark.Refresh

 

   

Params
 
Name Type Description
n/a n/a n/a

 

   

Notes
 

Use this method to refresh and reload all children of this bookmark.

When a bookmark is first referenced the bookmark data from the PDF is cached. This allows a level of optimization which would not otherwise be possible.

However if you are using the low level functionality to modify the bookmark structure the cache will not reflect your changes. In this situation you can force the bookmarks to be reloaded by calling Refresh.

 

   

Example
 

None.