AnnotationControllerSave Method (Stream, AnnotationDataFormat) |
Writes annotation data to the specified stream.
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,
AnnotationDataFormat format
)
Public Sub Save (
stream As Stream,
format As AnnotationDataFormat
)
Parameters
- stream
- Type: System.IOStream
The stream where data will be stored. - format
- Type: Atalasoft.AnnotateAnnotationDataFormat
The format used to save the data.
See Also