keepCssStreamOpen property
CssSavingArgs.keepCssStreamOpen property
Specifies whether Aspose.Words should keep the stream open or close it after saving an CSS information.
get keepCssStreamOpen(): boolean
Remarks
Default is false
and Aspose.Words will close the stream you provided
in the Aspose.Words.Saving.CssSavingArgs.CssStream property after writing an CSS information into it.
Specify true
to keep the stream open.
See Also
- module Aspose.Words.Saving
- class CssSavingArgs