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 22.0.2023.1.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.