AnnotationController.Load Method (String, LayerAnnotation, AnnotationDataFormat) |
Loads annotation data from a file and adds the annotations to the specified
layer.
Namespace:
Atalasoft.Annotate.UI
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntaxpublic void Load(
string fileName,
LayerAnnotation layer,
AnnotationDataFormat format
)
Public Sub Load (
fileName As String,
layer As LayerAnnotation,
format As AnnotationDataFormat
)
Parameters
- fileName
- Type: System.String
The file containing the annotation data. - layer
- Type: Atalasoft.Annotate.UI.LayerAnnotation
The LayerAnnotation where annotations will be added. - format
- Type: Atalasoft.Annotate.AnnotationDataFormat
The format of the annotation data.
Exceptions
See Also