'Declaration Public Function New( _ ByVal targetPage As Integer, _ ByVal targetArea As Rect _ )
public BookmarkAction( int targetPage, Rect targetArea )
Parameters
- targetPage
- The index of the target page to navigate to. Page indexing starts at 1.
- targetArea
- The specific area within the target page to navigate to, defined as a rectangle.