PrintingSystemBase.ExportToMht Method
Name | Parameters | Description |
---|---|---|
ExportToMht(Stream, MhtExportOptions) | stream, options | Exports a document to the specified stream in MHT format using the defined MHT-specific options. |
ExportToMht(Stream) | stream | Exports a document to the specified stream in MHT format. |
ExportToMht(String, MhtExportOptions) | filePath, options | Exports a document to the specified file path in MHT format using the defined MHT-specific options. |
ExportToMht(String) | filePath | Exports a document to the specified file path in MHT format. |