| | Map | |
rtGraphic AltText Caption CaptionColor As rtColor CaptionPosition HTML ID ImageType Label Map As rtMap Offset parentParagraph Parent ParentContainer ParentObject PicHeight PicWidth Proportional resourceAcross resourceColorize resourceComment resourceDown root Resource As rtLabel ResourceDesign As rtDesign ResourceName sizeInPixels Segment
| version 1.5
Property Set/Get Map As rtMap Property returns rtMap contains area hotspots, represented by rtHotLink class. Any image can be associated with hotspots by creating Map: set img.map = new rtMap(0) set link = new rtHotlink(0) ... set some link parameters
img.Map.addLink link | |