Click or drag to resize

AnnotationControllerSave Method (String, IFormatter)

Saves the annotations to a file using the specified formatter.

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(
	string fileName,
	IFormatter formatter
)

Parameters

fileName
Type: SystemString
The full path and filename that will be created.
formatter
Type: System.Runtime.SerializationIFormatter
The formatter use to serialize the data.
See Also