Class InkEditedEventArgs
Provides data for the InkEditedEventArgs event.
Inheritance
System.Object
InkEditedEventArgs
Namespace: Syncfusion.Windows.PdfViewer
Assembly: Syncfusion.SfPdfViewer.UWP.dll
Syntax
public class InkEditedEventArgs : EventArgs
Properties
Annotation
Gets the details of annotation.
Declaration
public IAnnotation Annotation { get; }
Property Value
Type | Description |
---|---|
IAnnotation |
NewColor
Gets the new color of the edited ink annotation.
Declaration
public Color NewColor { get; }
Property Value
Type | Description |
---|---|
Windows.UI.Color |
NewComments
Gets the new comment of edited ink annotation.
Declaration
public List<Comment> NewComments { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<Comment> |
NewOpacity
Gets the new opacity of the edited ink annotation.
Declaration
public double NewOpacity { get; }
Property Value
Type | Description |
---|---|
System.Double |
NewSubject
Gets the new subject of edited ink annotation.
Declaration
public string NewSubject { get; }
Property Value
Type | Description |
---|---|
System.String |
NewThickness
Gets the new thickness of the edited ink annotation.
Declaration
public double NewThickness { get; }
Property Value
Type | Description |
---|---|
System.Double |
OldColor
Gets the old color of the edited ink annotation.
Declaration
public Color OldColor { get; }
Property Value
Type | Description |
---|---|
Windows.UI.Color |
OldComments
Gets the old comment of edited ink annotation.
Declaration
public List<Comment> OldComments { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<Comment> |
OldOpacity
Gets the old opacity of the edited ink annotation.
Declaration
public double OldOpacity { get; }
Property Value
Type | Description |
---|---|
System.Double |
OldSubject
Gets the old subject of edited ink annotation.
Declaration
public string OldSubject { get; }
Property Value
Type | Description |
---|---|
System.String |
OldThickness
Gets the old thickness of the edited ink annotation.
Declaration
public double OldThickness { get; }
Property Value
Type | Description |
---|---|
System.Double |
PageNumber
Gets the page number of the edited ink annotation.
Declaration
public int PageNumber { get; }
Property Value
Type | Description |
---|---|
System.Int32 |