AnnotationControllerSave Method (Stream, LayerAnnotation, AnnotationDataFormat) |
Writes annotation data from a layer into the specified stream.
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,
AnnotationDataFormat format
)
Public Sub Save (
stream As Stream,
layer As LayerAnnotation,
format As AnnotationDataFormat
)
Parameters
- stream
- Type: System.IOStream
The stream where annotation data will be stored. - layer
- Type: Atalasoft.Annotate.UILayerAnnotation
The LayerAnnotation that will be saved. - format
- Type: Atalasoft.AnnotateAnnotationDataFormat
The format used when saving the annotation data.
See Also