C#
VB
WinRT C#
C++
Identifies the horizontal alignment for "Horizontal Alignment" element (0070,0242) in the "Text Style Sequence" (0070,0231).
public enum DicomAnnotationHorizontalAlignmentType
Public Enum DicomAnnotationHorizontalAlignmentType
public enum DicomAnnotationHorizontalAlignmentType
Leadtools.Dicom.DicomAnnotationHorizontalAlignmentType = function() { };
Leadtools.Dicom.DicomAnnotationHorizontalAlignmentType.prototype = {<br/>
LeadtoolsMemberMarker(replace me)
};
public enum class DicomAnnotationHorizontalAlignmentType
Members
Value | Member | Description |
---|---|---|
0 | None | The Horizontal Alignment" element (0070,0242) is not present in the "Text Style Sequence" (0070,0231). |
1 | Left | The Horizontal Alignment" element (0070,0242) is present and has a value of "LEFT". |
2 | Center | The Horizontal Alignment" element (0070,0242) is present and has a value of "CENTER". |
3 | Right | The Horizontal Alignment" element (0070,0242) is present and has a value of "RIGHT". |
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