NevronOpenVision
Nevron.Nov.Text.Formats.Html Namespace / NHtmlSaveSettings Class


NHtmlSaveSettings Class Properties

For a list of all members of this type, see NHtmlSaveSettings members.

Public Properties
 NameDescription
Public PropertySpecifies the document type of the generated HTML document. By default set to HTML 5 doctype.  
Public PropertySpecifies whether to embed images as Base64 strings in the generated HTML documents or not. By default set to true.  
Public PropertyDetermines 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.  
Public PropertyDetermines whether to minify the resulting HTML by not adding any new lines or tabulations. By default set to true.  
Top
See Also