Class AnnotationChangedAction
Specifies the type of action made in the changed annotation.
Inheritance
System.Object
AnnotationChangedAction
Namespace: Syncfusion.Windows.PdfViewer
Assembly: Syncfusion.PdfViewer.WPF.dll
Syntax
public sealed class AnnotationChangedAction : Enum
Fields
Add
Specifies an annotation is added.
Declaration
public const AnnotationChangedAction Add
Field Value
Type |
---|
AnnotationChangedAction |
Deselect
Specifies an annotation is deselected.
Declaration
public const AnnotationChangedAction Deselect
Field Value
Type |
---|
AnnotationChangedAction |
Move
Specifies an annotation is moved.
Declaration
public const AnnotationChangedAction Move
Field Value
Type |
---|
AnnotationChangedAction |
Remove
Specifies an annotation is deleted.
Declaration
public const AnnotationChangedAction Remove
Field Value
Type |
---|
AnnotationChangedAction |
Resize
Specifies an annotation is resized.
Declaration
public const AnnotationChangedAction Resize
Field Value
Type |
---|
AnnotationChangedAction |
Select
Specifies an annotation is selected.
Declaration
public const AnnotationChangedAction Select
Field Value
Type |
---|
AnnotationChangedAction |