C#
VB
C++
Saves all the messages in the WorkstationMessages class into the provided stream in XML format.
public static void SaveMessages(
Stream destination
)
Public Shared Sub SaveMessages( _
ByVal destination As Stream _
)
public:
static void SaveMessages(
Stream^ destination
)
destination
The System.IO.Stream to write the messages to.
The destination System.IO.Stream can be saved into a text file and edited then loaded again using the LoadMessages method.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET