Saves the document to the specified stream.
Namespace:
BargeExAssembly: BargeEx (in BargeEx.dll)
Version: 3.0.400.140 (3.0.400.140)
Syntax
| C# |
|---|
void Save( Stream outStream ) |
| Visual Basic (Declaration) |
|---|
Sub Save ( _ outStream As Stream _ ) |
| Visual C++ |
|---|
void Save( Stream^ outStream ) |
Parameters
- outStream
- Type: System.IO..::.Stream
The stream to which you want to save.