Click or drag to resize

InkGetPopup Method

Gets the Popup object associated with this Markup annotation.

Namespace:  pdftron.PDF.Annots
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public Popup GetPopup()

Return Value

Type: Popup
A Popup object that is associated with this Markup annotation.

Implements

IMarkupGetPopup
Remarks
The Popup is An indirect reference to a pop-up annotation for entering or editing the text associated with this annotation.
See Also