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