Minify
HtmlViewOptions.Minify property
Enables HTML content and HTML resources minification.
public bool Minify { get; set; }
Remarks
Compression of the output content (HTML, CSS, and SVG) is one of the ways to optimize the HTML file. To do this, set this property to true
.
For code example, see the documentation.
See Also
- class HtmlViewOptions
- namespace GroupDocs.Viewer.Options
- assembly GroupDocs.Viewer