Click or drag to resize

WebAnnotationViewerLoadAnnotationDataUrl Method

Loads annotation data from a file located at the given relative or absolute url using the AnnotationDataFormat property, and adds the 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 LoadAnnotationDataUrl(
	string urlPath
)

Parameters

urlPath
Type: SystemString
The relative or absolute url path to a file that contains annotation data.
Remarks
Caution note Caution
WebAnnotationViewer control is not available for .NET Core.
See Also