Class AnnotationMovedOrResizedEventArgs
Provides data for the AnnotationMovedOrResizedEventArgs event.
Inheritance
System.Object
AnnotationMovedOrResizedEventArgs
Namespace: Syncfusion.Windows.PdfViewer
Assembly: Syncfusion.SfPdfViewer.UWP.dll
Syntax
public class AnnotationMovedOrResizedEventArgs : EventArgs
Properties
Annotation
Gets the details of annotation.
Declaration
public IAnnotation Annotation { get; }
Property Value
Type | Description |
---|---|
IAnnotation |
NewHeight
Gets the new height of the moved or resized ink and shape annotation.
Declaration
public int NewHeight { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
NewWidth
Gets the new width of the moved or resized ink and shape annotation.
Declaration
public int NewWidth { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
NewX
Gets the new x position of the moved or resized ink and shape annotation.
Declaration
public int NewX { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
NewY
Gets the new y position of the moved or resized ink and shape annotation.
Declaration
public int NewY { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
OldHeight
Gets the old height of the moved or resized ink and shape annotation.
Declaration
public int OldHeight { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
OldWidth
Gets the old width of the moved or resized ink and shape annotation.
Declaration
public int OldWidth { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
OldX
Gets the old x position of the moved or resized ink and shape annotation.
Declaration
public int OldX { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
OldY
Gets the old y position of the moved or resized ink and shape annotation.
Declaration
public int OldY { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
PageNumber
Gets the page number of the moved or resized ink and shape annotation.
Declaration
public int PageNumber { get; }
Property Value
Type | Description |
---|---|
System.Int32 |