XFINIUM.PDF.View.Wpf Documentation
GetSelectedAnnotations Method



Xfinium.Pdf.View Namespace > PdfDocumentView Class : GetSelectedAnnotations Method
Gets the collection of selected annotations in the control.
Syntax
'Declaration
 
Public Function GetSelectedAnnotations() As PdfVisualAnnotation()
'Usage
 
Dim 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
Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Presentation Foundation 4.x


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PdfDocumentView Class
PdfDocumentView Members