AnnotationControllerSave Method (Stream, IFormatter) |
Saves the annotations to a stream using the specified formatter.
Namespace:
Atalasoft.Annotate.UI
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public void Save(
Stream stream,
IFormatter formatter
)
Public Sub Save (
stream As Stream,
formatter As IFormatter
)
Parameters
- stream
- Type: System.IOStream
A stream where the data will be stored. - formatter
- Type: System.Runtime.SerializationIFormatter
The formatter used for serializing the data.
See Also