'DeclarationPublic Function GetSelectedAnnotations() As PdfVisualAnnotation()
'UsageDim instance As PdfDocumentView Dim value() As PdfVisualAnnotation value = instance.GetSelectedAnnotations()
public PdfVisualAnnotation[] GetSelectedAnnotations()
public: array<PdfVisualAnnotation^>^ GetSelectedAnnotations();
Return Value
An array holding the selected annotations in the control or null if no annotations are selected