Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.3
|
Leadtools.Documents.UI Namespace > DocumentViewer Class : GotoBookmark Method |
public virtual void GotoBookmark( DocumentBookmark bookmark )
'Declaration
Public Overridable Sub GotoBookmark( _ ByVal bookmark As DocumentBookmark _ )
'Usage
Dim instance As DocumentViewer Dim bookmark As DocumentBookmark instance.GotoBookmark(bookmark)
public: virtual void GotoBookmark( DocumentBookmark^ bookmark )
GotoBookmark is called internally when the user user clicks on an item created by Bookmarks. The bookmark objects are parsed from the current document using DocumentStructure.Bookmarks of the current Document.
The application can create a custom bookmark object and call this method to invoke it.
In either case, the document viewer will call RunLinkTarget of the value of Target of bookmark.