Invokes the target of the specified document bookmark.
public virtual void GotoBookmark(
DocumentBookmark bookmark
)
Public Overridable Sub GotoBookmark(
ByVal bookmark As DocumentBookmark
)
public:
virtual void GotoBookmark(
DocumentBookmark^ bookmark
)
bookmark
Bookmark with the target to invoke. This value cannot be null.
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 Bookmarks.
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET