WpfAnnotationCanvas.Save Method |
Name | Description | |
---|---|---|
![]() | Save(IFormatter) |
Serializes all annotations into a byte array.
|
![]() | Save(AnnotationDataFormat) |
Serializes all annotations into a byte array using the specified format.
|
![]() | Save(Stream, AnnotationDataFormat) |
Saves all loaded annotations to a stream with the specified data format.
|
![]() | Save(Stream, IFormatter) |
Saves all loaded annotations to a stream.
|
![]() | Save(String, AnnotationDataFormat) |
Saves all loaded annotations to a file with the specified data format.
|
![]() | Save(String, IFormatter) |
Saves all loaded annotations to a file.
|
![]() | Save(WpfLayerAnnotation, IFormatter) |
Serializes the provided layer into a byte array.
|
![]() | Save(Stream, WpfLayerAnnotation, IFormatter) |
Saves the provided layer to a stream.
|
![]() | Save(String, WpfLayerAnnotation, IFormatter) |
Saves the provided layer to a file.
|