Represents the enumeration that will be sent through the MedicalViewerBaseCell.CustomAnnotationDataRequested to the custom annotation object, run designer, or edit designer.
public enum MedicalViewerCustomAnnotationRequestedObject
Public Enum MedicalViewerCustomAnnotationRequestedObject
Inherits System.Enum
Implements System.IComparable, System.IConvertible, System.IFormattable
public enum class MedicalViewerCustomAnnotationRequestedObject : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Members
Value | Member | Description |
---|---|---|
0 | EditDesigner | The request is a new instance of the custom annotation edit designer. |
1 | DrawDesigner | The request is a new instance of the custom annotation run designer. |
2 | AnnotationObject | The request is a new instance of the custom annotation object. |
The annotation as custom must be declared before registering the MedicalViewerBaseCell.CustomAnnotationDataRequested event.
For more information on how to create a custom annotation, refer to the MedicalViewerBaseCell.CustomAnnotationDataRequested event.
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