Click or drag to resize

WebAnnotationControllerSave Method (IFormatter)

Saves the annotations to a byte array using the specified formatter.

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 byte[] Save(
	IFormatter formatter
)

Parameters

formatter
Type: System.Runtime.SerializationIFormatter
The formatter used to serialize the annotation data.

Return Value

Type: Byte
A byte array containing the serialized data.
See Also