Gets the Parent annotation of the Popup annotation.
Namespace:
pdftron.PDF.Annots
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public IAnnot GetParent()
Public Function GetParent As IAnnot
public:
virtual IAnnot^ GetParent() sealed
Return Value
Type:
IAnnot An annot object which is the parent annotation of the Popup annotation.
Remarks This annotation object represents the parent annotation with which this
pop-up annotation shall be associated.
If this entry is present, the parent annotation’s Contents, M, C, and Tentries
shall override those of the pop-up annotation itself.
See Also