Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Annotations.Core)

AnnResizeMode Enumeration

Show in webframe
Determines how to resize the container in the new dimension values.
Syntax
Leadtools.Annotations.Core.AnnResizeMode = function() { };
Leadtools.Annotations.Core.AnnResizeMode.prototype = {
	fit = 0,
	fitAlways = 1,
	fitWidth = 2,
	fitHeight = 3,
	stretch = 4,
	
 };
Members
ValueMemberDescription
0fitFit the container into the destination size while maintaining the aspect ratio. If the container size is smaller than the destination size, do not resize.
1fitAlwaysAlways fit the container into the destination size while maintaining the aspect ratio, even if the container size is smaller than the destination size.
2fitWidthFit the container width so it has the same value as the destination size, and maintain the aspect ratio.
3fitHeightFit the container height so it has the same value as the destination size, and maintain the aspect ratio.
4stretchFit the container so it is the same exact size as the destination size. Aspect ratio can change.
See Also

Reference

Leadtools.Annotations.Core Namespace

Error processing SSI file