In This Article

IHtmlTextExporter Interface

Provides the base requirements for a class that can export text to HTML markup.

public interface IHtmlTextExporter : ITextExporter

Properties

Title

Gets or sets the title for the exported HTML.

string Title { get; set; }

Property Value

string:

The title for the exported HTML.

Inherited Members