PdfPopupAnnotation.Parent Property

Gets the parent annotation for this pop-up annotation.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public PdfWidget Parent { get; }
VB
Public ReadOnly Property Parent As PdfWidget
	Get

Property Value

Type: PdfWidget
The parent annotation for this pop-up annotation.

See Also