Skip to main content
A newer version of this page is available. .

PrintHelper.ExportToMht Method

Name Parameters Description
ExportToMht(IPrintableControl, Stream, MhtExportOptions) static source, stream, options Exports a report to the specified stream in MHT format using the specified MHT-specific options.
ExportToMht(IPrintableControl, Stream) static source, stream Exports a report to the specified stream in MHT format.
ExportToMht(IPrintableControl, String, MhtExportOptions) static source, filePath, options Exports a report to the specified file path in MHT format using the specified MHT-specific options.
ExportToMht(IPrintableControl, String) static source, filePath Exports a report to the specified file path in MHT format.
ExportToMht(IPrintable, Stream, MhtExportOptions) static source, stream, options Exports a report to the specified stream in MHT format using the specified MHT-specific options.
ExportToMht(IPrintable, Stream) static source, stream Exports a report to the specified stream in MHT format.
ExportToMht(IPrintable, String, MhtExportOptions) static source, filePath, options Exports a report to the specified file path in MHT format using the specified MHT-specific options.
ExportToMht(IPrintable, String) static source, filePath Exports a report to the specified file path in MHT format.