VintaSoft Annotation .NET Plug-in: API changes in version 14.1
In This Topic
API changes in Vintasoft.Imaging.Annotation.js
New classes:
| public class Vintasoft.Imaging.Annotation.UI.WebInkAnnotationViewJS |
Determines how to display the annotation that displays an ink and how user can interact with annotation. |
Changed classes:
| Vintasoft.Imaging.Annotation.UI.WebAnnotationVisualToolJS |
| Added properties |
| public string get_EraserColor { get; } |
Gets the eraser color. |
| public boolean get_EraserRemovesObjectImmediately { get; } |
Gets a value indicating whether eraser must remove object immediately when mouse cursor hovers object. |
| public number get_EraserWidth { get; } |
Gets the eraser width. |
| public string set_EraserColor { set; } |
Sets the eraser color. |
| public boolean set_EraserRemovesObjectImmediately { set; } |
Sets a value indicating whether eraser must remove object immediately when mouse cursor hovers object. |
| public number set_EraserWidth { set; } |
Sets the eraser width. |
| |
|
Changed enumerations:
| Vintasoft.Imaging.Annotation.WebAnnotationInteractionModeEnumJS |
| Added fields |
| public void AnnotationEraser |
Annotations are shown in the WebAnnotationViewerJS, annotations can be erased using mouse. |
| public void PencilEraser |
Annotations are shown in the WebAnnotationViewerJS, points of Ink-annotations can be erased using mouse. |
| |
|