Page.createURILinkAnnot

Creates a new web link Annotation instance object for the page.

class Page
createURILinkAnnot
(,
string uri
)

Parameters

rect Rect

A rectangle of clickable area.

uri string

A handle of destination object to jump to.

Return Value

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

Meta