AnnResizeContainerFlags Enumeration

Summary

Flags for the AnnContainer.Resize method.

Syntax
TypeScript
JavaScript
lt.Annotations.Engine.AnnResizeContainerFlags = { 
	none: 0x00000000, 
	resizeObjects: 0x00000001, 
	autoCalibrate: 0x00000002 
} 
lt.Annotations.Engine.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.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly