Click or drag to resize

WebAnnotationControllerLoad Method (Stream, AnnotationDataFormat)

Loads annotation data from a stream using the supplied formatter into the Layers collection.

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 Load(
	Stream stream,
	AnnotationDataFormat format
)

Parameters

stream
Type: System.IOStream
The stream that contains the annotation data.
format
Type: Atalasoft.AnnotateAnnotationDataFormat
The AnnotationDataFormat to use while loading.
Exceptions
ExceptionCondition
SerializationExceptionThrown if there is an error reading the data.
See Also