MindFusion.Wpf Pack Programmer's Guide
HtmlBuilder.CreateImageHtml Method
See Also
 





Generates an image map HTML code.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public string CreateImageHtml (
    string htmlFileName,
    string htmlTitle,
    string imgLocalPath,
    string imgURL
)

Visual Basic  Copy Code

Public Function CreateImageHtml( _
    htmlFileName As String, _
    htmlTitle As String, _
    imgLocalPath As String, _
    imgURL As String _
) As String

 Parameters

htmlFileName

A string that represents the full name of the HTML file that is created.

htmlTitle
A string that represents the <TITLE> of the HTML file created.
imgLocalPath
A string that specifies the location of the image.
imgURL
A string that specifies the URL of the image at the server.

 Return Value

A string with the HTML code of the created HTML file.

 Remarks

The method also creates an HTML file with attributes specified as parameters.

 See Also

HtmlBuilder Members
HtmlBuilder Class
MindFusion.Diagramming.Wpf Namespace