Click or drag to resize

WpfAnnotationCanvasSave Method

Overload List
  NameDescription
Public methodSave(IFormatter)
Serializes all annotations into a byte array.
Public methodSave(AnnotationDataFormat)
Serializes all annotations into a byte array using the specified format.
Public methodSave(Stream, AnnotationDataFormat)
Saves all loaded annotations to a stream with the specified data format.
Public methodSave(Stream, IFormatter)
Saves all loaded annotations to a stream.
Public methodSave(String, AnnotationDataFormat)
Saves all loaded annotations to a file with the specified data format.
Public methodSave(String, IFormatter)
Saves all loaded annotations to a file.
Public methodSave(WpfLayerAnnotation, IFormatter)
Serializes the provided layer into a byte array.
Public methodSave(Stream, WpfLayerAnnotation, IFormatter)
Saves the provided layer to a stream.
Public methodSave(String, WpfLayerAnnotation, IFormatter)
Saves the provided layer to a file.
Top
See Also