WpfAnnotationCanvasSave Method (Stream, IFormatter) |
Saves all loaded annotations to a stream.
Namespace:
Atalasoft.Annotate.Wpf
Assembly:
Atalasoft.dotImage.Wpf (in Atalasoft.dotImage.Wpf.dll) Version: 11.5.0.5.0.230 (.NET 4.6.2, x86)
Syntaxpublic void Save(
Stream stream,
IFormatter formatter
)
Public Sub Save (
stream As Stream,
formatter As IFormatter
)
Parameters
- stream
- Type: System.IOStream
The stream to which the data will be saved. - formatter
- Type: System.Runtime.SerializationIFormatter
The formatter used to save the annotations.
Exceptions
See Also