WpfAnnotationCanvas.Save 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)
Syntaxpublic void Save(
string fileName,
AnnotationDataFormat format
)
Public Sub Save (
fileName As String,
format As AnnotationDataFormat
)
Parameters
- fileName
- Type: System.String
The filename to which the data will be saved. - format
- Type: Atalasoft.Annotate.AnnotationDataFormat
The data format to use.
Exceptions
See Also