Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Annotations.Core)

AnnResizeContainerFlags Enumeration

Show in webframe
Flags for the AnnContainer.Resize method.
Syntax
Leadtools.Annotations.Core.AnnResizeContainerFlags = function() { };
Leadtools.Annotations.Core.AnnResizeContainerFlags.prototype = {
	none = 0,
	resizeObjects = 1,
	autoCalibrate = 2,
	
 };
Members
ValueMemberDescription
0noneResize only the container. The annotations objects will not be affected.
1resizeObjectsResize the container and the objects inside.
2autoCalibrateIf used along with ResizeObjects, auto-calibrate any rulers inside the container using the new size.
See Also

Reference

Leadtools.Annotations.Core Namespace

Error processing SSI file