PDFView4NET WinForms Edition
SelectAnnotation Method




O2S.Components.PDFView4NET Namespace > PDFPageView Class : SelectAnnotation Method
The annotation to select.
Selects the annotation in the viewer.
Syntax
'Declaration
 
Public Function SelectAnnotation( _
   ByVal annotation As PDFAnnotation _
) As Boolean
'Usage
 
Dim instance As PDFPageView
Dim annotation As PDFAnnotation
Dim value As Boolean
 
value = instance.SelectAnnotation(annotation)
public bool SelectAnnotation( 
   PDFAnnotation annotation
)
public: bool SelectAnnotation( 
   PDFAnnotation* annotation
) 
public:
bool SelectAnnotation( 
   PDFAnnotation^ annotation
) 

Parameters

annotation
The annotation to select.

Return Value

True if the annotation could be selected, false otherwise.
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

PDFPageView Class
PDFPageView Members