C#
VB
C++
Represents the change applied to the annotations in the cell.
public enum MedicalViewerAnnotationChangeType Public Enum MedicalViewerAnnotationChangeTypeInherits System.EnumImplements System.IComparable, System.IConvertible, System.IFormattable
public enum class MedicalViewerAnnotationChangeType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Members
| Value | Member | Description |
|---|---|---|
| 0 | Creating | The user is about to draw a new annotation. |
| 1 | Created | A new annotation created. |
| 2 | Changed | An existing annotation object got changed. |
| 3 | Moved | An existing annotation object got moved. |
| 4 | Canceled | Drawing an annotation got canceled. |
Use MedicalViewerBaseCell.AnnotationChanged method to get a notification each time any update occurs on the annotation.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
