Click or drag to resize

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: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public void Save(
	Stream stream,
	LayerAnnotation layer,
	IFormatter formatter
)

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