MedicalViewerCustomAnnotationRequestedObject Enumeration

Summary
Represents the enumeration that will be sent through the MedicalViewerBaseCell.CustomAnnotationDataRequested to the custom annotation object, run designer, or edit designer.
Syntax
C#
C++/CLI
public enum MedicalViewerCustomAnnotationRequestedObject 
            public enum class MedicalViewerCustomAnnotationRequestedObject : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   
Members
ValueMemberDescription
0EditDesigner The request is a new instance of the custom annotation edit designer.
1DrawDesigner The request is a new instance of the custom annotation run designer.
2AnnotationObject The request is a new instance of the custom annotation object.
Remarks

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.

Requirements

Target Platforms

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

Leadtools.MedicalViewer Assembly

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