Leadtools.Annotations.Core.AnnResizeContainerFlags = function() { };
Leadtools.Annotations.Core.AnnResizeContainerFlags.prototype = {
none = 0,
resizeObjects = 1,
autoCalibrate = 2,
};
| Value | Member | Description |
|---|---|---|
| 0 | none | Resize only the container. The annotations objects will not be affected. |
| 1 | resizeObjects | Resize the container and the objects inside. |
| 2 | autoCalibrate | If used along with ResizeObjects, auto-calibrate any rulers inside the container using the new size. |