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
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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document