[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rendering.Export.IInteractivityRenderer.AddBookmark

AddBookmark Method

AddBookmark(string, int, RectangleF, int, RectangleF)

Adds a bookmark to the document.

Declaration
void AddBookmark(string key, int sourcePage, RectangleF sourceArea, int targetPage, RectangleF targetArea)
Parameters
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.