AnnResizeMode Enumeration

Summary

Determines how to resize the container in the new dimension values.

Syntax
TypeScript
JavaScript
lt.Annotations.Engine.AnnResizeMode = { 
	fit: 0, 
	fitAlways: 1, 
	fitWidth: 2, 
	fitHeight: 3, 
	stretch: 4 
} 
lt.Annotations.Engine.AnnResizeMode = { 
	fit: 0, 
	fitAlways: 1, 
	fitWidth: 2, 
	fitHeight: 3, 
	stretch: 4 
} 

Members

0 Fit

(0)Fit the container into the destination size while maintaining the aspect ratio. If the container size is smaller than the destination size, do not resize.

1 FitAlways

(1)Always fit the container into the destination size while maintaining the aspect ratio, even if the container size is smaller than the destination size.

2 FitWidth

(2)Fit the container width so it has the same value as the destination size, and maintain the aspect ratio.

3 FitHeight

(3)Fit the container height so it has the same value as the destination size, and maintain the aspect ratio.

4 Stretch

(4)Fit the container so it is the same exact size as the destination size. Aspect ratio can change.

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