Class AnnotationMoveEventArgs
This event arguments provides the necessary information about annotation move event.
Inheritance
System.Object
AnnotationMoveEventArgs
Implements
System.IEquatable<AnnotationMoveEventArgs>
Inherited Members
Namespace: Syncfusion.Blazor.PdfViewer
Assembly: Syncfusion.Blazor.dll
Syntax
public class AnnotationMoveEventArgs : AnnotationBaseEventArgs<AnnotationMoveEventArgs>, IEquatable<AnnotationMoveEventArgs>
Constructors
AnnotationMoveEventArgs()
Declaration
public AnnotationMoveEventArgs()
Properties
AnnotationProperties
Gets the settings of the annotation moved in the PDF document.
Declaration
public PdfAnnotationProperties AnnotationProperties { get; set; }
Property Value
Type | Description |
---|---|
PdfAnnotationProperties |
CurrentPosition
Current position of annotations in the page text content.
Declaration
public Bound CurrentPosition { get; set; }
Property Value
Type | Description |
---|---|
Bound |
PreviousPosition
Previous position of annotations in the page text content.
Declaration
public Bound PreviousPosition { get; set; }
Property Value
Type | Description |
---|---|
Bound |
Implements
System.IEquatable<>