Back to Devexpress

PrintingSystemBase.ExportToHtml Method

corelibraries-devexpress-dot-xtraprinting-dot-printingsystembase-dot-exporttohtml.md

latest1.0 KB
Original Source

PrintingSystemBase.ExportToHtml Method

NameParametersDescription
ExportToHtml(Stream, HtmlExportOptions)stream, optionsExports a document to the specified stream in HTML format with the specified options.
ExportToHtml(Stream)streamExports a document to the specified stream in HTML format.
ExportToHtml(String, HtmlExportOptions)filePath, optionsExports a document to the specified file path in HTML format using the defined HTML-specific options.
ExportToHtml(String)filePathExports a document to the specified file path in HTML format.