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

ExportLanguageInformation

MhtmlSaveOptions.ExportLanguageInformation property

Specifies whether language information is exported to MHTML. Default value is false.

public bool ExportLanguageInformation { get; set; }

Remarks

When this property is set to true, the GroupDocs.Editor emits the lang HTML-attribute on the document elements that specify language. This can be needed to preserve language related semantics.

See Also