isExportNeeded property
CssSavingArgs.isExportNeeded property
Allows to specify whether the CSS will be exported to file and embedded to HTML document. Default is true
.
When this property is false
, the CSS information will not be saved to a CSS file and will not be embedded to HTML document.
get isExportNeeded(): boolean
See Also
- module Aspose.Words.Saving
- class CssSavingArgs