'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