ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Export Namespace / IInteractivityRenderer Interface / AddBookmark Method
The unique key of the bookmark.
The index of the source page.
The source area in twips on the page.
The index of the target page.
The target area in twips on the page.

In This Topic
AddBookmark Method (IInteractivityRenderer)
In This Topic
Adds a bookmark to the document.
Syntax
'Declaration
 
Sub AddBookmark( _
   ByVal key As String, _
   ByVal sourcePage As Integer, _
   ByVal sourceArea As RectangleF, _
   ByVal targetPage As Integer, _
   ByVal targetArea As RectangleF _
) 
 

Parameters

key
The unique key of the bookmark.
sourcePage
The index of the source page.
sourceArea
The source area in twips on the page.
targetPage
The index of the target page.
targetArea
The target area in twips on the page.
See Also