HtmlViewOptionsMinify Property |
Enables HTML content and HTML resources minification.
Namespace: GroupDocs.Viewer.OptionsAssembly: GroupDocs.Viewer (in GroupDocs.Viewer.dll) Version: 21.3
Syntaxpublic bool Minify { get; set; }
Public Property Minify As Boolean
Get
Set
public:
property bool Minify {
bool get ();
void set (bool value);
}
member Minify : bool with get, set
Property Value
Type:
Boolean
See Also