AnnotationControllerSave Method (String, LayerAnnotation, AnnotationDataFormat) |
Saves a layer to a file using a predefined format.
Namespace:
Atalasoft.Annotate.UI
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntaxpublic void Save(
string fileName,
LayerAnnotation layer,
AnnotationDataFormat format
)
Public Sub Save (
fileName As String,
layer As LayerAnnotation,
format As AnnotationDataFormat
)
Parameters
- fileName
- Type: SystemString
The full path and filename that will be created. - layer
- Type: Atalasoft.Annotate.UILayerAnnotation
The layer to save. - format
- Type: Atalasoft.AnnotateAnnotationDataFormat
The format used to save the data.
See Also