AnnSizeMode Enumeration

Summary

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

Syntax

JavaScript Syntax
lt.Annotations.Core.AnnSizeMode = { 
	ActualSize: 0, 
	Stretch: 1 
} 
TypeScript Syntax
lt.Annotations.Core.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly