MhtmlSaveOptions
Contents
[
Hide
]
MhtmlSaveOptions class
Allows to specify custom options for generating and saving the MHTML (MIME encapsulation of aggregate HTML documents) documents
public sealed class MhtmlSaveOptions : ISaveOptions
Constructors
Name | Description |
---|---|
MhtmlSaveOptions() | The default constructor. |
Properties
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 . |
See Also
- interface ISaveOptions
- namespace GroupDocs.Editor.Options
- assembly GroupDocs.Editor