AddHtml

AddHtml(string)

Adds formatted HTML text.

public void AddHtml(string html)
ParameterTypeDescription
htmlStringText to add.

See Also


AddHtml(char[])

Adds formatted HTML text.

public void AddHtml(char[] html)
ParameterTypeDescription
htmlChar[]Text to add.

See Also


AddHtml(char[], int, int)

Adds formatted HTML text.

public void AddHtml(char[] html, int startIndex, int length)
ParameterTypeDescription
htmlChar[]Text to add.
startIndexInt32Start index of the portion to add.
lengthInt32Length of the portion to add.

See Also