CssSavingArgs Properties |
The CssSavingArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| CssStream |
Allows to specify the stream where the CSS information will be saved to.
| |
| Document |
Gets the document object that is currently being saved.
| |
| IsExportNeeded |
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.
| |
| KeepCssStreamOpen |
Specifies whether Aspose.Words should keep the stream open or close it after saving an CSS information.
|