CssSavingArgs

Overview

CssSavingArgs is a class in Aspose.Words FOSS for .NET.

Provides data for the CssSaving event.

Properties: CssStream, Document, IsExportNeeded, KeepCssStreamOpen.

Properties

NameTypeAccessDescription
DocumentDocumentReadGets the document object that is currently being saved.
KeepCssStreamOpenboolRead/WriteSpecifies whether Aspose.Words should keep the stream open or close it after saving an CSS information.
CssStreamStreamRead/WriteGets or sets the css stream.
IsExportNeededboolRead/WriteAllows to specify whether the CSS will be exported to file and embedded to HTML document.

See Also