AnnotationControllerSave Method (Stream, LayerAnnotation, IFormatter) |
Saves the specified layer to a stream using the formatter supplied.
Namespace:
Atalasoft.Annotate.UI
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntaxpublic void Save(
Stream stream,
LayerAnnotation layer,
IFormatter formatter
)
Public Sub Save (
stream As Stream,
layer As LayerAnnotation,
formatter As IFormatter
)
Parameters
- stream
- Type: System.IOStream
The stream where data will be stored. - layer
- Type: Atalasoft.Annotate.UILayerAnnotation
The layer to save. - formatter
- Type: System.Runtime.SerializationIFormatter
The formatter used to serialize the data.
See Also