'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.