Skip to main content

PdfAnnotationEventArgs Class

Definition

Assembly:Avalonia.Controls.PdfViewer
Package:Avalonia.Controls.PdfViewer

Event arguments for annotation events.

public class PdfAnnotationEventArgs

Inheritance: EventArgs -> PdfAnnotationEventArgs

Properties

NameDescription
AnnotationThe annotation that was added, modified, or removed.

Annotation Property

The annotation that was added, modified, or removed.

public Avalonia.Controls.Pdf.Core.PdfAnnotationInfo Annotation { get; set; }