MhtmlSaveOptions
Leave feedback
On this page
Allows to specify custom options for generating and saving the MHTML (MIME encapsulation of aggregate HTML documents) documents
public sealed class MhtmlSaveOptions : ISaveOptions
| Name | Description |
|---|---|
| MhtmlSaveOptions() | The default constructor. |
| Name | Description |
|---|---|
| ExportCidUrls { get; set; } | Specifies whether to use CID (Content-ID) URLs to reference resources (images, fonts, CSS) included in MHTML documents. Default value is false. |
| ExportDocumentProperties { get; set; } | Specifies whether to export built-in and custom document properties to MHTML. Default value is false. |
| ExportLanguageInformation { get; set; } | Specifies whether language information is exported to MHTML. Default value is false. |
- interface ISaveOptions
- namespace GroupDocs.Editor.Options
- assembly GroupDocs.Editor
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.