Determines how to resize the container in the new dimension values.
lt.Annotations.Engine.AnnResizeMode = {
fit: 0,
fitAlways: 1,
fitWidth: 2,
fitHeight: 3,
stretch: 4
}
lt.Annotations.Engine.AnnResizeMode = {
fit: 0,
fitAlways: 1,
fitWidth: 2,
fitHeight: 3,
stretch: 4
}
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. |
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document