WpfAnnotationCanvasSave Method (Stream, AnnotationDataFormat) |
Saves all loaded annotations to a stream with the specified data format.
Namespace:
Atalasoft.Annotate.Wpf
Assembly:
Atalasoft.dotImage.Wpf (in Atalasoft.dotImage.Wpf.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public void Save(
Stream stream,
AnnotationDataFormat format
)
Public Sub Save (
stream As Stream,
format As AnnotationDataFormat
)
Parameters
- stream
- Type: System.IOStream
The stream to which the data will be saved. - format
- Type: Atalasoft.AnnotateAnnotationDataFormat
The data format to use.
Exceptions See Also