Click or drag to resize

AnnotationControllerSave Method (Stream, LayerAnnotation, AnnotationDataFormat)

Writes annotation data from a layer into the specified stream.

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,
	AnnotationDataFormat format
)

Parameters

stream
Type: System.IOStream
The stream where annotation data will be stored.
layer
Type: Atalasoft.Annotate.UILayerAnnotation
The LayerAnnotation that will be saved.
format
Type: Atalasoft.AnnotateAnnotationDataFormat
The format used when saving the annotation data.
See Also