WpfAnnotationCanvasLoad Method (String, AnnotationDataFormat) |
Loads annotations from 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 Load(
string fileName,
AnnotationDataFormat format
)
Public Sub Load (
fileName As String,
format As AnnotationDataFormat
)
Parameters
- fileName
- Type: SystemString
The filename where annotation data is stored. - format
- Type: Atalasoft.AnnotateAnnotationDataFormat
The format of the annotation data.
Exceptions See Also