Flags for the AnnContainer.Resize method.
lt.Annotations.Core.AnnResizeContainerFlags = {
None: 0x00000000,
ResizeObjects: 0x00000001,
AutoCalibrate: 0x00000002
}
lt.Annotations.Core.AnnResizeContainerFlags = {
None: 0x00000000,
ResizeObjects: 0x00000001,
AutoCalibrate: 0x00000002
}
Members
0x00000000 | None |
(0)Resize only the container. The annotations objects will not be affected. |
0x00000001 | ResizeObjects |
(1)Resize the container and the objects inside. |
0x00000002 | AutoCalibrate |
(2)If used along with ResizeObjects, auto-calibrate any rulers inside the container using the new size. |
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