C#
VB
C++
Indicates which location within the image box to vertically justify the image if the image box is not the same shape (aspect ratio) as the image.
public enum VerticalJustification
Public Enum VerticalJustification
public:
enum class VerticalJustification sealed
Members
Value | Member | Description |
---|---|---|
0 | Top | Top justification - aligns the image to the top |
1 | Center | Center justification - aligns the image to the center |
2 | Bottom | Bottom justification - aligns the image to the bottom |
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