NHtmlSaveSettings Class Members
In This Topic
The following tables list the members exposed by NHtmlSaveSettings.
Public Constructors
Public Properties
| Name | Description |
| DocumentType | Specifies the document type of the generated HTML document. By default set to HTML 5 doctype. |
| EmbedImages | Specifies whether to embed images as Base64 strings in the generated HTML documents or not. By default set to true. |
| InlineStyles | Determines whether to inline the CSS styles in "style" attributes or to create and use CSS classes. By default set to false, which means that the HTML exporter will create and use CSS classes. |
| MinifyHtml | Determines whether to minify the resulting HTML by not adding any new lines or tabulations. By default set to true. |
Top
See Also