Class AnnotationMoveEventArgs
This event arguments provides the necessary information about annotation move event.
Inheritance
System.Object
AnnotationMoveEventArgs
Inherited Members
Namespace: Syncfusion.Blazor.PdfViewer
Assembly: Syncfusion.Blazor.dll
Syntax
public class AnnotationMoveEventArgs : AnnotationBaseEventArgs<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 | A PdfAnnotationProperties object that defines the appearance and behavior of the moved annotation in the PDF document. |
CurrentPosition
Current position of annotations in the page text content.
Declaration
public Bound CurrentPosition { get; set; }
Property Value
Type | Description |
---|---|
Bound | A Bound object that specifies the current position of the annotations in the page text content. |
PreviousPosition
Previous position of annotations in the page text content.
Declaration
public Bound PreviousPosition { get; set; }
Property Value
Type | Description |
---|---|
Bound | A Bound object that specifies the previous position of the annotations in the page text content. |