←Select platform

HorizontalJustification Enumeration

Summary

Indicates direction in which to horizontally justify the image within an image box that is not the same shape (aspect ratio) as the image.

Syntax

C#
VB
C++
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
Remarks

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.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly