public Annotation createURILinkAnnot(
    Rect rect, 
    string uri)

Creates a new web 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.