Sets the Parent annotation of the Popup annotation.
(Optional)
Namespace:
pdftron.PDF.Annots
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void SetParent(
IAnnot parent
)
Public Sub SetParent (
parent As IAnnot
)
public:
virtual void SetParent(
[InAttribute] IAnnot^ parent
) sealed
function SetParent(parent);
Parameters
- parent
- Type: pdftron.PDFIAnnot
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