Click or drag to resize

WebAnnotationViewerLoadAnnotationData Method (String)

Loads annotation data from a file using the AnnotationDataFormat property and adds annotations to the underlying WebAnnotationController.

Namespace:  Atalasoft.Imaging.WebControls.Annotations
Assembly:  Atalasoft.dotImage.WebControls (in Atalasoft.dotImage.WebControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public void LoadAnnotationData(
	string fileName
)

Parameters

fileName
Type: SystemString
The absolute file path to the file containing the annotation data.
Remarks
Caution note Caution
WebAnnotationViewer control is not available for .NET Core.
See Also