PDFView4NET WinForms Edition
SelectedAnnotation Property




O2S.Components.PDFView4NET Namespace > PDFAnnotationsView Class : SelectedAnnotation Property
Gets or sets the selected annotation in the control.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
Public Property SelectedAnnotation As PDFAnnotation
'Usage
 
Dim instance As PDFAnnotationsView
Dim value As PDFAnnotation
 
instance.SelectedAnnotation = value
 
value = instance.SelectedAnnotation
[Browsable(false)]
public PDFAnnotation SelectedAnnotation {get; set;}
[Browsable(false)]
public: __property PDFAnnotation* get_SelectedAnnotation();
public: __property void set_SelectedAnnotation( 
   PDFAnnotation* value
);
[Browsable(false)]
public:
property PDFAnnotation^ SelectedAnnotation {
   PDFAnnotation^ get();
   void set (    PDFAnnotation^ value);
}

Property Value

The selected annotation.
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

PDFAnnotationsView Class
PDFAnnotationsView Members