Creates a root bookmark for the document
Namespace: EvoPdfAssembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0
Syntax
| C# |
|---|
public Bookmark AddBookmark( string text, ExplicitDestination destination ) |
| Visual Basic |
|---|
Public Function AddBookmark ( text As String, destination As ExplicitDestination ) As Bookmark |
| Visual C++ |
|---|
public: Bookmark^ AddBookmark( String^ text, ExplicitDestination^ destination ) |
Parameters
- text
- Type: System..::..String
The bookmark text
- destination
- Type: EvoPdf..::..ExplicitDestination
The bookmark destination
Return Value
Type: BookmarkThe newly added bookmark.