←Select platform

MedicalViewerTagType Enumeration

Summary

Represents the type of tag to be added.

Syntax

C#
VB
C++
public enum MedicalViewerTagType 
  
Public Enum MedicalViewerTagType  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable  
             
            public enum class MedicalViewerTagType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   
             

Members

ValueMemberDescription
0UserData User data tag.
1Scale Scale tag.
2WindowLevelData Window level tag.
3FieldOfView Field of view tag.
4OwnerDraw Owner draw tag.
5Frame Frame tag.
6RulerUnit Ruler unit tag.
7LeftOrientation Left orientation tag.
8RightOrientation Right orientation tag.
9TopOrientation TopOrientation tag.
10BottomOrientation Bottom orientation tag.
11Offset the current position of the image in Pixels.
12Alpha the current alpha value (which is the amount of the lookup table curvature).
13MPRType the cell type if it's an MPR cell, possible types are, Axial, Sagittal and Coronal, the user can change those names using the properties MedicalViewerCell.AxialName, MedicalViewerCell.SagittalName and MedicalViewerCell.CoronalName.
Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly