[]
        
(Showing Draft Content)

C1.Document.Export.HtmlExportProvider

HtmlExportProvider Class

Describes export to HTML format.

Inheritance
HtmlExportProvider
Namespace: C1.Document.Export
Assembly: C1.Document.dll
Syntax
public class HtmlExportProvider : ExportProvider

Constructors

Name Description
HtmlExportProvider()

Properties

Name Description
DefaultExtension

Gets the default filename extension for the current export format. This implementation returns "html".

FormatName

Gets a short description of the HTML export format.

Methods

Name Description
NewExporter()

Creates a new instance of the HtmlFilter class.

See Also