The MedicalViewerDrawingAnnotationsEventArgs class provides data for the MedicalViewerBaseCell.StartDrawingAnnotation event.
public class MedicalViewerDrawingAnnotationsEventArgs : EventArgs
Public Class MedicalViewerDrawingAnnotationsEventArgs
Inherits System.EventArgs
public ref class MedicalViewerDrawingAnnotationsEventArgs : public System.EventArgs
This class is sent by the event MedicalViewerBaseCell.StartDrawingAnnotation. The event MedicalViewerBaseCell.StartDrawingAnnotation is fired right before drawing the annotation object using the Medical Viewer actions. For more information on the action, refer to AddAction.
The event MedicalViewerBaseCell.StartDrawingAnnotation is used to set any default annotation value.
For an example, refer to MedicalViewerBaseCell.StartDrawingAnnotation.
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