Declares the custom action sent as annotation action.
public void DeclareActionAsAnnotation(
MedicalViewerActionType action,
Type annotationObjectType
)
Public Sub DeclareActionAsAnnotation( _
ByVal action As Leadtools.Medicalviewer.MedicalViewerActionType, _
ByVal annotationObjectType As Type _
)
public:
void DeclareActionAsAnnotation(
Leadtools.Medicalviewer.MedicalViewerActionType action,
Type^ annotationObjectType
)
action
the custom action index that will be identified as a custom annotation action.
annotationObjectType
the type of the custom annotation object, you can retrieve this value by using typeof().
Before declaring the action, add the action using the AddAction method.
The custom action value must be larger than 100.
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