Gets the HTML image map as a string.

Namespace:  ProcessMapping.ImageGeneration
Assembly:  ProcessMapping.ImageGeneration (in ProcessMapping.ImageGeneration.dll) Version: 1.0.0.3 (1.0.0.3)

Syntax

C#
public string GetMap()
Visual Basic (Declaration)
Public Function GetMap As String
Visual C++
public:
String^ GetMap()

Return Value

A string representation of the HTML image map

See Also