XFINIUM.PDF.View.Wpf Documentation
VisualAnnotation Property



Xfinium.Pdf.View Namespace > PdfVisualAnnotationEventArgs Class : VisualAnnotation Property
Gets the annotation.
Syntax
'Declaration
 
Public ReadOnly Property VisualAnnotation As PdfVisualAnnotation
'Usage
 
Dim instance As PdfVisualAnnotationEventArgs
Dim value As PdfVisualAnnotation
 
value = instance.VisualAnnotation
public PdfVisualAnnotation VisualAnnotation {get;}
public:
property PdfVisualAnnotation^ VisualAnnotation {
   PdfVisualAnnotation^ get();
}

Property Value

The annotation that generated the event.
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

PdfVisualAnnotationEventArgs Class
PdfVisualAnnotationEventArgs Members