VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Annotation.Web.Services Namespace / AnnotationJsonFormatter Class / Deserialize(String) Method
Syntax Requirements SeeAlso
In This Topic
    Deserialize(String) Method (AnnotationJsonFormatter)
    In This Topic
    Deserializes an Vintasoft.Imaging.Annotation.AnnotationDataCollection or Vintasoft.Imaging.Annotation.AnnotationData object from a JSON object.
    Syntax
    'Declaration
    
    Public Function Deserialize( _
    ByVal jsonObject
    JSON object that represents serialized annotation collection or annotation.
    As String _
    ) As Object
    public object Deserialize(
    string jsonObject
    )
    public: object* Deserialize(
    string* jsonObject
    )
    public:
    object^ Deserialize(
    string^ jsonObject
    )

    Parameters

    jsonObject
    JSON object that represents serialized annotation collection or annotation.

    Return Value

    Deserialized annotation collection or annotation.
    Requirements

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

    See Also