RubberStampGetPopup 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 Function GetPopup As Popup
public:
virtual Popup^ GetPopup() sealed
Return Value
Type:
Popup A Popup object that is associated with this Markup annotation.
Implements
IMarkupGetPopupRemarks The Popup is An indirect reference to a pop-up annotation for
entering or editing the text associated with this annotation.
See Also