Name
page:CreateWidgetAnnot -- create widget annotation object
Synopsis
ant = page:CreateWidgetAnnot(rect)
Function
page:CreateWidgetAnnot() creates a new widget annotation object for the page.

The rect parameter must be a table which contains left, top, right, and bottom fields that describe a rectangle.

Inputs
rect
a rectangle of the clickable area
Results
ant
handle to an annotation

Show TOC