PDFView4NET WinForms Edition
Annotation Property (BeforeAnnotationAddEventArgs)




O2S.Components.PDFView4NET Namespace > BeforeAnnotationAddEventArgs Class : Annotation Property
Gets the annotation that will be added to the document.
Syntax
'Declaration
 
Public ReadOnly Property Annotation As PDFAnnotation
'Usage
 
Dim instance As BeforeAnnotationAddEventArgs
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 is about to be 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

BeforeAnnotationAddEventArgs Class
BeforeAnnotationAddEventArgs Members