Click or drag to resize

PopupSetParent Method

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
)

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