AnnSizeMode Enumeration

Summary

Specifies how to render a picture inside the destination bounding rectangle.

Syntax
TypeScript
JavaScript
lt.Annotations.Engine.AnnSizeMode = { 
	actualSize: 0, 
	stretch: 1 
} 
lt.Annotations.Engine.AnnSizeMode = { 
	actualSize: 0, 
	stretch: 1 
} 

Members

0 ActualSize

(0) Render the picture using its original size.

1 Stretch

(1) Stretch the picture to fill the destination bounding rectangle.

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