HTMLSaveFormat Enum
HTMLSaveFormat enumeration
Specifies format in which document is saved.
public enum HTMLSaveFormat
Values
Name | Value | Description |
---|---|---|
Original | 0 | The document will be saved in its original format. |
Markdown | 1 | Document will be saved as Markdown. |
MHTML | 2 | Document will be saved as MHTML. |
See Also
- namespace Aspose.Html.Saving
- assembly Aspose.HTML