AnnotationControllerSave Method (String, AnnotationDataFormat) |
Saves the annotations to a file using a predefined formatter.
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(
string fileName,
AnnotationDataFormat format
)
Public Sub Save (
fileName As String,
format As AnnotationDataFormat
)
Parameters
- fileName
- Type: SystemString
The full path and filename that will be created. - format
- Type: Atalasoft.AnnotateAnnotationDataFormat
The format used to save the data.
See Also