1. GroupDocs.Editor
  2. /
  3. GroupDocs.Editor for .NET
  4. /
  5. GroupDocs.Editor.Options
  6. /
  7. MhtmlSaveOptions

MhtmlSaveOptions

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