[]
        
(Showing Draft Content)

GrapeCity.Viewer.Common.Model.Interactivity.BookmarkAction.-ctor

BookmarkAction Constructor

BookmarkAction(int, Rect)

Initializes a new instance of the BookmarkAction class, specifying the target page and area within the report.

Declaration
public BookmarkAction(int targetPage, Rect targetArea)
Parameters
Type Name Description
int targetPage

The index of the target page to navigate to. Page indexing starts at 1.

Rect targetArea

The specific area within the target page to navigate to, defined as a rectangle.