HtmlExporter Constructors
Represents an object used to export the document content in HTML format.| Name | Parameters | Description |
|---|---|---|
| HtmlExporter(DocumentModel, HtmlDocumentExporterOptions) | documentModel, options | Initializes a new instance of the HtmlExporter class with the specified Document Model and HTML export options. |
See Also