Page.createLinkAnnot

Creates a new link Annotation instance object for the page.

class Page
createLinkAnnot

Parameters

rect Rect

A rectangle of clickable area.

dst Destination

A handle of destination object to jump to.

Return Value

returns an instance of a Annotation object. If it failed, it returns null.

Meta