PDFView4NET WPF Edition
Parent Property (PDFPopupAnnotation)




O2S.Components.PDFView4NET.Annotations Namespace > PDFPopupAnnotation Class : Parent Property
Gets the parent annotation.
Syntax
'Declaration
 
Public ReadOnly Property Parent As PDFMarkupAnnotation
'Usage
 
Dim instance As PDFPopupAnnotation
Dim value As PDFMarkupAnnotation
 
value = instance.Parent
public PDFMarkupAnnotation Parent {get;}
public: __property PDFMarkupAnnotation* get_Parent();
public:
property PDFMarkupAnnotation^ Parent {
   PDFMarkupAnnotation^ get();
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFPopupAnnotation Class
PDFPopupAnnotation Members