minify property
minify property
Enables HTML content and HTML resources minification.
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.
Definition:
@property
def minify(self):
...
@minify.setter
def minify(self, value):
...
See Also
- module
groupdocs.viewer.options - class
HtmlViewOptions