'Declaration
Public Property Parent As PdfAnnotation
'Usage
Dim instance As PdfPopupAnnotation Dim value As PdfAnnotation instance.Parent = value value = instance.Parent
public PdfAnnotation Parent {get; set;}
public: property PdfAnnotation^ Parent { PdfAnnotation^ get(); void set ( PdfAnnotation^ value); }