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