C#
VB
WinRT C#
C++
Identifies the vertical alignment for "Vertical Alignment" element (0070,0243) in the "Text Style Sequence" (0070,0231).
public enum DicomAnnotationVerticalAlignmentType
Public Enum DicomAnnotationVerticalAlignmentType
public enum DicomAnnotationVerticalAlignmentType
Leadtools.Dicom.DicomAnnotationVerticalAlignmentType = function() { };
Leadtools.Dicom.DicomAnnotationVerticalAlignmentType.prototype = {<br/>
LeadtoolsMemberMarker(replace me)
};
public enum class DicomAnnotationVerticalAlignmentType
Members
Value | Member | Description |
---|---|---|
0 | None | The Vertical Alignment" element (0070,0243) is not present in the "Text Style Sequence" (0070,0231). |
1 | Top | The Vertical Alignment" element (0070,0243) is present and has a value of "TOP". |
2 | Center | The Vertical Alignment" element (0070,0243) is present and has a value of "CENTER". |
3 | Bottom | The Vertical Alignment" element (0070,0243) is present and has a value of "BOTTOM". |
For an example, refer to CreateCompoundGraphic.
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