Gets or sets the mapper for this AnnObject.
Object.defineProperty(AnnObject.prototype, 'mapper',
get: function(),
set: function(value)
)
mapper: AnnContainerMapper;
The mapper for this AnnObject. The default value is the object created by AnnContainerMapper.createDefault.
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET