Enum HTMLSaveFormat
Enum HTMLSaveFormat
Namespace: Aspose.Html.Saving
Assembly: Aspose.HTML.dll (25.2.0)
Specifies format in which document is saved.
[ComVisible(true)]
public enum HTMLSaveFormat
Fields
MHTML = 2
Document will be saved as MHTML.
Markdown = 1
Document will be saved as Markdown.
Original = 0
The document will be saved in its original format.