Skip to main content

HtmlExporter Class

Represents an object used to export the document content in HTML format.

Namespace: DevExpress.XtraRichEdit.Export.Html

Assembly: DevExpress.RichEdit.v14.2.Core.dll

#Declaration

public class HtmlExporter :
    HtmlExporterBase

#Remarks

The HtmlExporterBase.Export method of the HtmlExporter object is used to accomplish the export task.

#Inheritance

See Also