PDFView4NET WPF Edition
Annotation Property (AfterAnnotationMoveEventArgs)




O2S.Components.PDFView4NET Namespace > AfterAnnotationMoveEventArgs Class : Annotation Property
Gets the annotation that has been moved on the page.
Syntax
'Declaration
 
Public ReadOnly Property Annotation As PDFAnnotation
'Usage
 
Dim instance As AfterAnnotationMoveEventArgs
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 moved on the page.
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

AfterAnnotationMoveEventArgs Class
AfterAnnotationMoveEventArgs Members