AnnotationControllerLoad Method (Stream, AnnotationDataFormat) |
Loads annotation data from a stream and adds the annotations to the
Layers collection.
Namespace:
Atalasoft.Annotate.UI
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntaxpublic void Load(
Stream stream,
AnnotationDataFormat format
)
Public Sub Load (
stream As Stream,
format As AnnotationDataFormat
)
Parameters
- stream
- Type: System.IOStream
A stream containing the annotation data. - format
- Type: Atalasoft.AnnotateAnnotationDataFormat
The format of the annotation data.
Exceptions| Exception | Condition |
|---|
| SerializationException | Thrown if there is an error reading the data. |
See Also