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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document