Saves the annotation objects to a stream.
public static void Save(
Stream stream,
AnnContainer container
)
Public Overloads Shared Sub Save( _
ByVal stream As Stream, _
ByVal container As Leadtools.Windows.Annotations.AnnContainer _
)
public:
static void Save(
Stream^ stream,
Leadtools.Windows.Annotations.AnnContainer^ container
)
stream
The stream to which to save the objects.
container
An AnnContainer containing the objects to be saved.
This method will save the annotations to the stream using the AnnCodecsFormat.NativeXml format.
This method will not position the stream back to its original position before it returns. It is your responsibility to position the stream back before you can load objects from this stream.
For more information, refer to WPF Annotation Files.
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