XFINIUM.PDF.View.Wpf Documentation
VisualAnnotations Property



Xfinium.Pdf.View Namespace > PdfVisualPage Class : VisualAnnotations Property
Gets the list of visual annotations included in the page.
Syntax
'Declaration
 
Public ReadOnly Property VisualAnnotations As PdfVisualAnnotationCollection
'Usage
 
Dim instance As PdfVisualPage
Dim value As PdfVisualAnnotationCollection
 
value = instance.VisualAnnotations
public PdfVisualAnnotationCollection VisualAnnotations {get;}
public:
property PdfVisualAnnotationCollection^ VisualAnnotations {
   PdfVisualAnnotationCollection^ get();
}

Property Value

A collection of Xfinium.Pdf.View.Annotations.PdfVisualAnnotation objects representing the annotations displayed in the PdfDocumentView control.
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

PdfVisualPage Class
PdfVisualPage Members