The HtmlExportProvider type exposes the following members.

Methods

  Name Description
Public method CanExportObject
Tests whether the specified object represents a document that can be exported by a HtmlExporter.
(Overrides ComplexExportProvider..::..CanExportObject(Object).)
Public method CanExportRange
Tests whether HtmlExporter can handle the specified type of document pages' range. This implementation returns true.
(Overrides ExportProvider..::..CanExportRange(OutputRangeTypeEnum).)
Public method CanExportType
Tests whether documents of the specified type can be exported by the current export provider.
(Overrides ComplexExportProvider..::..CanExportType(Type).)
Public method NewExporter
Creates a new instance of HtmlExporter.
(Overrides ExportProvider..::..NewExporter()()()().)

See Also