mapper Property

Summary

Gets or sets the mapper for this AnnObject.

Syntax

JavaScript Syntax
Object.defineProperty(AnnObject.prototype, 'mapper', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
mapper: AnnContainerMapper; 

Property Value

The mapper for this AnnObject. The default value is the object created by AnnContainerMapper.createDefault.

Remarks

The mapper for this AnnObject. The default value is the object created by AnnContainerMapper.CreateDefault.

Example

The mapper is used by this AnnObject when converting display, container and image coordinates. For more information, refer to AnnContainerMapper.

If you set the value of this property to null, then this container will use an object created from AnnContainerMapper.createDefault instead. Therefore, you will always get a valid object when querying the value of this property.

Requirements

Target Platforms

See Also

Reference

AnnObject Class

AnnObject Members

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