mapper Property

Summary

Gets or sets the mapper for this AnnObject.

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

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.

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 22.0.2023.1.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.