DeclareActionAsAnnotation Method

Summary
Declares the custom action sent as annotation action.
Syntax
C#
C++/CLI
public void DeclareActionAsAnnotation( 
   MedicalViewerActionType action, 
   Type annotationObjectType 
) 
            public: 
void DeclareActionAsAnnotation(  
   MedicalViewerActionType action, 
   Type^ annotationObjectType 
)  

Parameters

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().

Remarks

Before declaring the action, add the action using the AddAction method.

The custom action value must be larger than 100.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.