Determines how to resize the container in the new dimension values.
lt.Annotations.Core.AnnResizeMode = {
Fit: 0,
FitAlways: 1,
FitWidth: 2,
FitHeight: 3,
Stretch: 4
}
lt.Annotations.Core.AnnResizeMode = {
Fit: 0,
FitAlways: 1,
FitWidth: 2,
FitHeight: 3,
Stretch: 4
}
Members
0 | Fit |
(0)Fit the container into the destination size while maintaining the aspect ratio. If the container size is smaller than the destination size, do not resize. |
1 | FitAlways |
(1)Always fit the container into the destination size while maintaining the aspect ratio, even if the container size is smaller than the destination size. |
2 | FitWidth |
(2)Fit the container width so it has the same value as the destination size, and maintain the aspect ratio. |
3 | FitHeight |
(3)Fit the container height so it has the same value as the destination size, and maintain the aspect ratio. |
4 | Stretch |
(4)Fit the container so it is the same exact size as the destination size. Aspect ratio can change. |
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