VintaSoft Imaging .NET SDK 14.1: Documentation for Web developer
Vintasoft.Imaging.Annotation.Web.Services Namespace / AnnotationJsonFormatter Class / DeserializeAnnotationProperties(AnnotationData,Dictionary<String,Object>) Method
Syntax Requirements SeeAlso
    DeserializeAnnotationProperties(AnnotationData,Dictionary<String,Object>) Method (AnnotationJsonFormatter)
    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) _
    )
     

    Parameters

    annotationData
    The annotation data.
    annotationInfo
    The annotation information.
    Requirements

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

    See Also