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:
PdfWidgetThe parent annotation for this pop-up annotation.
See Also