Click or drag to resize

WpfAnnotationCanvasSave Method (AnnotationDataFormat)

Serializes all annotations into a byte array using the specified 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 byte[] Save(
	AnnotationDataFormat format
)

Parameters

format
Type: Atalasoft.AnnotateAnnotationDataFormat
The data format to use.

Return Value

Type: Byte
A byte array containing the serialized data.
Exceptions
ExceptionCondition
ArgumentExceptionThrown if the data format is unknown.
See Also