CssSavingArgs
Overview
CssSavingArgs is a class in Aspose.Words FOSS for .NET.
Provides data for the CssSaving event.
Properties: CssStream, Document, IsExportNeeded, KeepCssStreamOpen.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Document | Document | Read | Gets the document object that is currently being saved. |
KeepCssStreamOpen | bool | Read/Write | Specifies whether Aspose.Words should keep the stream open or close it after saving an CSS information. |
CssStream | Stream | Read/Write | Gets or sets the css stream. |
IsExportNeeded | bool | Read/Write | Allows to specify whether the CSS will be exported to file and embedded to HTML document. |