Skip to content

PDFVisualAnnotationEventArgs

Namespace: O2S.Components.PDF4NET.View

Defines the event arguments for annotation related events.

public class PDFVisualAnnotationEventArgs : System.EventArgs

Inheritance ObjectEventArgsPDFVisualAnnotationEventArgs

Properties

VisualAnnotation

Gets the annotation.

public PDFVisualAnnotation VisualAnnotation { get; }

Property Value

PDFVisualAnnotation
The annotation that generated the event.