Aspose::Words::Saving::CssSavingArgs::get_CssStream method
CssSavingArgs::get_CssStream method
Allows to specify the stream where the CSS information will be saved to.
System::SharedPtr<System::IO::Stream> Aspose::Words::Saving::CssSavingArgs::get_CssStream() const
Remarks
This property allows you to save CSS information to a stream.
The default value is null. This property doesn’t suppress saving CSS information to a file or embedding to HTML document. To suppress exporting CSS use the IsExportNeeded property.
Using ICssSavingCallback you cannot substitute CSS with another. It is intended only for saving CSS to a stream.
See Also
- Class CssSavingArgs
- Namespace Aspose::Words::Saving
- Library Aspose.Words for C++