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

AnnSizeMode Enumeration

Show in webframe
Specifies how to render a picture inside the destination bounding rectangle.
Syntax
Leadtools.Annotations.Core.AnnSizeMode = function() { };
Leadtools.Annotations.Core.AnnSizeMode.prototype = {
	actualSize = 0,
	stretch = 1,
	
 };
Members
ValueMemberDescription
0actualSize Render the picture using its original size.
1stretch Stretch the picture to fill the destination bounding rectangle.
See Also

Reference

Leadtools.Annotations.Core Namespace

Error processing SSI file