Save Method (outputStream, removeOriginal)
Saves this file to the specified Stream.
Declaration SyntaxC#public void Save(
Stream outputStream,
bool removeOriginal
) Visual BasicPublic Sub Save ( _
outputStream As Stream, _
removeOriginal As Boolean _
) Parameters- outputStream– (Stream)
- The Stream to which to save this file.
- removeOriginal– (Boolean)
- A boolean that specifies whether to remove the original.
Assembly: Krystalware.SlickUpload, Version: 4.0
|