public Annotation createLinkAnnot(
    Rect rect, 
    Destination dst)

Creates a new link Annotation instance object for the page.

Parameters

rect

A rectangle of clickable area.

dst

A handle of destination object to jump to.

Returns

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