Method SaveStream
- Namespace
- Alternet.FormDesigner.Wpf
- Assembly
- Alternet.FormDesigner.Wpf.v10.dll
SaveStream(Stream)
When implemented by a class, saves the designer text content to the specified stream.
bool SaveStream(Stream stream)
Parameters
stream
StreamThe Stream object to write the text.
Returns
- bool
True is succeed; otherwise false.
SaveStream(TextWriter)
When implemented by a class, saves the designer text content to the specified stream.
bool SaveStream(TextWriter writer)
Parameters
writer
TextWriterThe TextWriter object to write content to stream.
Returns
- bool
True is succeed; otherwise false.