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

Protected Sub DeserializeAnnotationProperties( _
ByVal annotationData
The annotation data.
As Vintasoft.Imaging.Annotation.AnnotationData, _
ByVal annotationInfo
The annotation information.
As System.Collections.Generic.Dictionary(Of String,Object) _
)
protected void DeserializeAnnotationProperties(
Vintasoft.Imaging.Annotation.AnnotationData annotationData,
System.Collections.Generic.Dictionary<string,object> annotationInfo
)

Parameters

annotationData
The annotation data.
annotationInfo
The annotation information.
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