PDFView4NET WPF Edition
Annotation Property (AfterAnnotationAddEventArgs)




O2S.Components.PDFView4NET Namespace > AfterAnnotationAddEventArgs Class : Annotation Property
Gets the annotation that has been added to the document.
Syntax
'Declaration
 
Public ReadOnly Property Annotation As PDFAnnotation
'Usage
 
Dim instance As AfterAnnotationAddEventArgs
Dim value As PDFAnnotation
 
value = instance.Annotation
public PDFAnnotation Annotation {get;}
public: __property PDFAnnotation* get_Annotation();
public:
property PDFAnnotation^ Annotation {
   PDFAnnotation^ get();
}

Property Value

The annotation that has been added to the document.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AfterAnnotationAddEventArgs Class
AfterAnnotationAddEventArgs Members