Click or drag to resize

WpfAnnotationCanvasSave Method (String, AnnotationDataFormat)

Saves all loaded annotations to a file with the specified data format.

Namespace:  Atalasoft.Annotate.Wpf
Assembly:  Atalasoft.dotImage.Wpf (in Atalasoft.dotImage.Wpf.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public void Save(
	string fileName,
	AnnotationDataFormat format
)

Parameters

fileName
Type: SystemString
The filename to which the data will be saved.
format
Type: Atalasoft.AnnotateAnnotationDataFormat
The data format to use.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown if any parameters passed in are null (Nothing in VB) or if the filename is zero length.
ArgumentExceptionThrown if the data format is unknown.
See Also