size Property

Summary

Gets or sets the size of this AnnContainer.

Syntax

JavaScript Syntax
Object.defineProperty(AnnContainer.prototype, 'size', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
size: LeadSizeD; 

Property Value

The size of this AnnContainer in annotation units (1/720 of an inch). The default value is 0,0.

Remarks

In typical applications, you set the size of the container to the size of the image.

Example

For an example, refer to AnnContainer.

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