AnnResizeMode Enumeration

Summary

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

Syntax

JavaScript Syntax
lt.Annotations.Core.AnnResizeMode = { 
	Fit: 0, 
	FitAlways: 1, 
	FitWidth: 2, 
	FitHeight: 3, 
	Stretch: 4 
} 
TypeScript Syntax
lt.Annotations.Core.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly