PrintingSystemBase.ExportToHtml(Stream, HtmlExportOptions) Method
Exports a document to the specified stream in HTML format with the specified options.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
stream | Stream | A Stream object for the created HTML file. |
options | HtmlExportOptions | An HtmlExportOptions object that specifies the HTML export options. |
Remarks
Once the document export has started, it will run until the resulting document is complete and cannot be interrupted or canceled in the process.
The printing system export options passed to this method are used instead of the current PrintingSystemBase.ExportOptions.Html
options. If you wish to use the current export options of a printing system, call the PrintingSystemBase.ExportToHtml(Stream) method without the options parameter.
Note
Do not set the ExportMode property to DifferentFiles when you use this method to export to a stream.
Refer to the following help topic for more information: Export to HTML.