Back to Devexpress

LinkBase.ExportToHtml Method

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

latest1019 B
Original Source

LinkBase.ExportToHtml Method

NameParametersDescription
ExportToHtml(Stream, HtmlExportOptions)stream, optionsExports a document to the specified stream in HTML format using the defined HTML-specific 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.