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