AnnResizeContainerFlags Enumeration

Summary

Flags for the AnnContainer.Resize method.

Syntax

JavaScript Syntax
lt.Annotations.Core.AnnResizeContainerFlags = { 
	None: 0x00000000, 
	ResizeObjects: 0x00000001, 
	AutoCalibrate: 0x00000002 
} 
TypeScript Syntax
lt.Annotations.Core.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly