Sets the Popup object associated with this Markup annotation.
(Optional; PDF 1.3 )
Namespace:
pdftron.PDF.Annots
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax void SetPopup(
Popup bs
)
Sub SetPopup (
bs As Popup
)
void SetPopup(
[InAttribute] Popup^ bs
)
Parameters
- bs
- Type: pdftron.PDF.AnnotsPopup
the new popup
Remarks the Popup is An indirect reference to a pop-up annotation for
entering or editing the text associated with this annotation.
See Also