GetSelectedAnnotations Method
Gets the selected annotations in the viewer.
Syntax
'Declaration Public Function GetSelectedAnnotations() As PDFAnnotation()
'Usage Dim instance As PDFPageView Dim value() As PDFAnnotation value = instance.GetSelectedAnnotations()
public PDFAnnotation[] GetSelectedAnnotations()
Return Value
An array of O2S.Components.PDFView4NET.Annotations.PDFAnnotation objects specifying the selected annotations or null if no annotation is selected.
Requirements
Target Platforms: Windows 7, Windows 10, Windows 11, Windows Server 2022, Windows Server 2025
See Also