Back to Devexpress

PrintHelper.ExportToMht Method

wpf-devexpress-dot-xpf-dot-printing-dot-printhelper-dot-exporttomht.md

latest2.1 KB
Original Source

PrintHelper.ExportToMht Method

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