VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Annotation.Web.Services Namespace / AnnotationJsonFormatter Class / DeserializeAnnotationData(Dictionary<String,Object>) Method
Syntax Requirements SeeAlso
In This Topic
DeserializeAnnotationData(Dictionary<String,Object>) Method (AnnotationJsonFormatter)
In This Topic
Deserializes an annotation data from JSON string.
Syntax
'Declaration

Protected Overridable Function DeserializeAnnotationData( _
ByVal annotationInfo
Dictionary that contains information about names and values of annotation properties.
As System.Collections.Generic.Dictionary(Of String,Object) _
) As Vintasoft.Imaging.Annotation.AnnotationData
protected virtual Vintasoft.Imaging.Annotation.AnnotationData DeserializeAnnotationData(
System.Collections.Generic.Dictionary<string,object> annotationInfo
)

Parameters

annotationInfo
Dictionary that contains information about names and values of annotation properties.

Return Value

The annotation data.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7, .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5

See Also