Name
page:CreatePopupAnnot -- create popup annotation object
Synopsis
ant = page:CreatePopupAnnot(rect, parent)
Function
page:CreatePopupAnnot() creates a new popup 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
parent
parent annotation object
Results
ant
handle to an annotation

Show TOC