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



O2S.Components.PDF4NET.View Namespace : PDFVisualAnnotationAddEventArgs Class
Defines the event arguments for PDFDocumentView.BeforeAnnotationAdd and PDFDocumentView.AfterAnnotationAdd events.
Object Model
PDFVisualAnnotationAddEventArgs ClassPDFVisualAnnotation Class
Syntax
'Declaration
 
Public Class PDFVisualAnnotationAddEventArgs 
   Inherits PDFVisualAnnotationEventArgs
'Usage
 
Dim instance As PDFVisualAnnotationAddEventArgs
public class PDFVisualAnnotationAddEventArgs : PDFVisualAnnotationEventArgs 
public ref class PDFVisualAnnotationAddEventArgs : public PDFVisualAnnotationEventArgs 
Inheritance Hierarchy

System.Object
   System.EventArgs
      O2S.Components.PDF4NET.View.PDFVisualAnnotationEventArgs
         O2S.Components.PDF4NET.View.PDFVisualAnnotationAddEventArgs

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