Click or drag to resize

InkSetPopup Method

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
public void SetPopup(
	Popup bs
)

Parameters

bs
Type: pdftron.PDF.AnnotsPopup
the new popup

Implements

IMarkupSetPopup(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