Search
HtmlBuilder Members
Constructors Properties Methods
 


Provides methods and properties for building HTML image maps.

The following tables list the members exposed by the HtmlBuilder type.

 Public Constructors

  Name Description

HtmlBuilder

Initializes a new instance of the HtmlBuilder class.

 Public Properties

  Name Description

Document

Gets or sets the FlowChart for which to create a corresponding HTML image map.

LinkTarget

Gets or sets the value of the TARGET attribute of each <AREA> tag included in the image map.

 Public Methods

  Name Description

CreateImageMap

Generates an HTML image map code based on the contents of Document.

 See Also