CssSavingArgs Properties

The CssSavingArgs type exposes the following members.

Properties
  NameDescription
Public propertyCode exampleCssStream
Allows to specify the stream where the CSS information will be saved to.
Public propertyCode exampleDocument
Gets the document object that is currently being saved.
Public propertyCode exampleIsExportNeeded
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.
Public propertyCode exampleKeepCssStreamOpen
Specifies whether Aspose.Words should keep the stream open or close it after saving an CSS information.
See Also