Aspose::Words::Saving::CssSavingArgs::get_KeepCssStreamOpen method

CssSavingArgs::get_KeepCssStreamOpen method

Specifies whether Aspose.Words should keep the stream open or close it after saving an CSS information.

bool Aspose::Words::Saving::CssSavingArgs::get_KeepCssStreamOpen() const

Remarks

Default is false and Aspose.Words will close the stream you provided in the CssStream property after writing an CSS information into it. Specify true to keep the stream open.

See Also