WebAnnotationControllerSave Method (Stream, AnnotationDataFormat) |
Saves the annotations to a stream using the specified formatter.
Namespace:
Atalasoft.Imaging.WebControls.Annotations
Assembly:
Atalasoft.dotImage.WebControls (in Atalasoft.dotImage.WebControls.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
A stream where the data will be stored. - format
- Type: Atalasoft.AnnotateAnnotationDataFormat
The formatter use to serialize the data.
See Also