mlreportgen.dom.ImageMap Class
Namespace: mlreportgen.dom
Map of hyperlink areas in image
Description
Use an object of the mlreportgen.dom.ImageMap class to create a map of image areas, which are areas in an image that you
can click to open content in a browser or to navigate to another location in the
same page. You can create image maps in reports with PDF or HTML output. Define
areas using mlreportgen.dom.ImageArea and
append them to the map. Assign the ImageMap to the Map of the mlreportgen.dom.Image
class.
The mlreportgen.dom.ImageMap class is a handle class.
Creation
Description
creates
an empty image map. Use the map = ImageMapImageMap.append
method to add image areas to the map.
Properties
Methods
Examples
More About
Version History
Introduced in R2014b