HtmlExporterBase.Export Method
Name | Parameters | Description |
---|---|---|
Export() | none | Exports the document to a string in HTML format. |
Export(TextWriter) | writer | Exports a document in HTML format using the specified writer to write exported data as a series of characters. |