[]
Adds a bookmark to the document.
void AddBookmark(string key, int sourcePage, RectangleF sourceArea, int targetPage, RectangleF targetArea)
| Type | Name | Description |
|---|---|---|
| string | key | The unique key of the bookmark. |
| int | sourcePage | The index of the source page. |
| RectangleF | sourceArea | The source area in twips on the page. |
| int | targetPage | The index of the target page. |
| RectangleF | targetArea | The target area in twips on the page. |