Back to Devexpress

PrintingSystemBase.ExportToMht Method

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

latest1.0 KB
Original Source

PrintingSystemBase.ExportToMht Method

NameParametersDescription
ExportToMht(Stream, MhtExportOptions)stream, optionsExports a document to the specified stream in MHT format using the defined MHT-specific options.
ExportToMht(Stream)streamExports a document to the specified stream in MHT format.
ExportToMht(String, MhtExportOptions)filePath, optionsExports a document to the specified file path in MHT format using the defined MHT-specific options.
ExportToMht(String)filePathExports a document to the specified file path in MHT format.