[]
Describes export to HTML.
public class HtmlExportProvider : ComplexExportProvider
| Name | Description |
|---|---|
| HtmlExportProvider() |
| Name | Description |
|---|---|
| CanExportToStream | Gets a value indicating whether export to stream is supported by the current format. This implementation returns false (export to stream is not supported). |
| CanShowOptions | Gets a value indicating whether the associated HtmlExporter can show a dialog allowing the user to edit the export options. This implementation returns true. |
| DefaultExtension | Gets the default filename extension for the current export format. This implementation returns "htm". |
| DefaultOptionsFormClass | Gets the type of form which is used to edit export options by default. This implementation returns HtmlOptionsForm type. |
| FormatName | Gets a short description of the HTML export format. |
| PreferredOrdinal | Specifies the preferred ordinal of the export format in "save as..." and similar dialogs. This implementation returns 40. |
| ShouldEnsureGeneratedDocument | Gets a value indicating whether, if a C1PrintDocument is to be exported, it should be generated before exporting. This implementation returns true. |
| Name | Description |
|---|---|
| CanExportObject(object) | Tests whether the specified object represents a document that can be exported by a HtmlExporter. |
| CanExportRange(OutputRangeTypeEnum) | Tests whether HtmlExporter can handle the specified type of document pages' range. This implementation returns true. |
| CanExportType(Type) | Tests whether documents of the specified type can be exported by the current export provider. |
| NewExporter() | Creates a new instance of HtmlExporter. |