Error processing SSI file
LEADTOOLS Medical (Leadtools.MedicalViewer assembly)

Show in webframe

MedicalViewerTagAlignment Enumeration






Specifies the origin point to begin counting the rows specified in the row parameter in the SetTag method.
Syntax
public enum MedicalViewerTagAlignment : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable 
'Declaration   Public Enum MedicalViewerTagAlignment    Inherits System.Enum    Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage   Dim instance As MedicalViewerTagAlignment
public enum class MedicalViewerTagAlignment : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable 
Members
ValueMemberDescription
0x00000000TopLeft Start counting rows from the top of the cell. The tag will be left-justified.
0x00000001LeftCenter The tag is placed in the center, based on the height of the cell, and is left-justified.
0x00000002BottomLeft Start counting rows from the bottom of the cell. The tag will be left-justified.
0x00000003TopCenter The tag is placed in the center, based on the width of the cell, and is top-justified.
0x00000004BottomCenter The tag is placed in the center, based on the width of the cell, and is bottom-justified.
0x00000005TopRight Start counting rows from the top of the cell. The tag will be right-justified.
0x00000006RightCenter The tag is placed in the center, based on the height of the cell, and is right-justified.
0x00000007BottomRight Start counting rows from the bottom of the cell. The tag will be right-justified.
Remarks
Below is a picture that describes how each tag is located based on the tag alignment value.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.MedicalViewer.MedicalViewerTagAlignment

Requirements

Target Platforms

See Also

Reference

Leadtools.MedicalViewer Namespace

Error processing SSI file
Leadtools.MedicalViewer requires a Medical Imaging license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features