NWriterOptions Class Members
In This Topic
The following tables list the members exposed by NWriterOptions.
Public Constructors
Public Fields
Public Properties
| Name | Description |
| DocxCompressionLevel | Gets/Sets the compression level to use for DOCX files. By default set to MediumCompression. |
| EmbedImagesInHtml | Specifies whether to embed images as Base64 strings in the generated HTML documents or not. By default set to true. |
| InlineCssStyles | Determines whether to inline the CSS styles in "style" attributes or to create and use CSS classes. By default set to false. |
| MinifyHtml | Determines whether to minify the resulting HTML by not adding any new lines or tabulations. By default set to true. |
Top
See Also