C#
VB
C++
Specifies the origin point to begin counting the rows specified in the row parameter in the SetTag method.
public enum MedicalViewerTagAlignment
Public Enum MedicalViewerTagAlignment
Inherits System.Enum
Implements System.IComparable, System.IConvertible, System.IFormattable
public enum class MedicalViewerTagAlignment : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Members
Value | Member | Description |
---|---|---|
0 | TopLeft | Start counting rows from the top of the cell. The tag will be left-justified. |
1 | LeftCenter | The tag is placed in the center, based on the height of the cell, and is left-justified. |
2 | BottomLeft | Start counting rows from the bottom of the cell. The tag will be left-justified. |
3 | TopCenter | The tag is placed in the center, based on the width of the cell, and is top-justified. |
4 | BottomCenter | The tag is placed in the center, based on the width of the cell, and is bottom-justified. |
5 | TopRight | Start counting rows from the top of the cell. The tag will be right-justified. |
6 | RightCenter | The tag is placed in the center, based on the height of the cell, and is right-justified. |
7 | BottomRight | Start counting rows from the bottom of the cell. The tag will be right-justified. |
Below is a picture that describes how each tag is located based on the tag alignment value.
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