HtmlSaveOptionsHtmlMarkupGenerationModes Enumeration |
Sometimes specific reqirments to created HTML are present.
This enum defines HTML preparing modes that can be used
during conversion of PDF to HTML to match such specific requirments.
Namespace: Aspose.PdfAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxpublic enum HtmlMarkupGenerationModes
Public Enumeration HtmlMarkupGenerationModes
public enum class HtmlMarkupGenerationModes
type HtmlMarkupGenerationModes
Members
| Member name | Value | Description |
---|
| WriteAllHtml | 0 |
Default mode any specific requirments are absent.
Will be generated output that will contain all parts of HTML
without any special additional processing.
|
| WriteOnlyBodyContent | 1 |
will be stripped away all HTML content that is outside HTML's body,
i.e. will be left only content that is inside tags
|
See Also