C#
VB
C++
Indicates direction in which to horizontally justify the image within an image box that is not the same shape (aspect ratio) as the image.
public enum HorizontalJustification
Public Enum HorizontalJustification
public:
enum class HorizontalJustification sealed
Members
Value | Name | Description |
---|---|---|
0 | Left | Left justification aligns the image to the left |
1 | Center | Center justification centers the image horizontally |
2 | Right | Right justification aligns image to the right |
Typically used in mammography's display applications in which the images from the patient's left and right justified images are displayed back-to-back, rather than centered.
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