O2S.Components.PDF4NET.View.Win Documentation
PDFVisualAnnotationEventArgs Class
Members 



O2S.Components.PDF4NET.View Namespace : PDFVisualAnnotationEventArgs Class
Defines the event arguments for annotation related events.
Object Model
PDFVisualAnnotationEventArgs ClassPDFVisualAnnotation Class
Syntax
'Declaration
 
Public Class PDFVisualAnnotationEventArgs 
   Inherits System.EventArgs
'Usage
 
Dim instance As PDFVisualAnnotationEventArgs
public class PDFVisualAnnotationEventArgs : System.EventArgs 
public ref class PDFVisualAnnotationEventArgs : public System.EventArgs 
Inheritance Hierarchy

System.Object
   System.EventArgs
      O2S.Components.PDF4NET.View.PDFVisualAnnotationEventArgs
         O2S.Components.PDF4NET.View.PDFVisualAnnotationAddEventArgs
         O2S.Components.PDF4NET.View.PDFVisualAnnotationClickEventArgs
         O2S.Components.PDF4NET.View.PDFVisualAnnotationDeleteEventArgs
         O2S.Components.PDF4NET.View.PDFVisualAnnotationMoveEventArgs
         O2S.Components.PDF4NET.View.PDFVisualAnnotationResizeEventArgs

Requirements

Supported .NET Platforms: .NET Framework 4.0 and higher, .NET 5.0 and higher, Windows Forms


Target Platforms:Windows 11, Windows 10, Windows 8.1, Windows 8, Windows 7

See Also