XFINIUM.PDF.View.Win Documentation
PdfVisualAnnotationAddEventArgs Constructor



Xfinium.Pdf.View Namespace > PdfVisualAnnotationAddEventArgs Class : PdfVisualAnnotationAddEventArgs Constructor
The annotation that generated the event.
Initializes a new PdfVisualAnnotationAddEventArgs object.
Syntax
'Declaration
 
Public Function New( _
   ByVal annotation As PdfVisualAnnotation _
)
'Usage
 
Dim annotation As PdfVisualAnnotation
 
Dim instance As New PdfVisualAnnotationAddEventArgs(annotation)
public PdfVisualAnnotationAddEventArgs( 
   PdfVisualAnnotation annotation
)
public:
PdfVisualAnnotationAddEventArgs( 
   PdfVisualAnnotation^ annotation
)

Parameters

annotation
The annotation that generated the event.
Requirements

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


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PdfVisualAnnotationAddEventArgs Class
PdfVisualAnnotationAddEventArgs Members