Class AnnotationModalViewAppearingEventArgs
Provides data for the CustomStampModalViewAppearing, FreeTextModalViewAppearing, StickyNoteModalViewAppearing events.
Inherited Members
Namespace: Syncfusion.Maui.PdfViewer
Assembly: Syncfusion.Maui.PdfViewer.dll
Syntax
public class AnnotationModalViewAppearingEventArgs : ModalViewAppearingEventArgs
Properties
Annotation
Gets the annotation for which the modal view is appearing.
Declaration
public Annotation Annotation { get; }
Property Value
Type |
---|
Annotation |