VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Annotation.Web.Services Namespace / AnnotationJsonFormatter Class / DeserializeStampAnnotationProperties(StampAnnotationData,Dictionary<String,Object>) Method
Syntax Requirements SeeAlso
In This Topic
    DeserializeStampAnnotationProperties(StampAnnotationData,Dictionary<String,Object>) Method (AnnotationJsonFormatter)
    In This Topic
    Deserializes a stamp annotation data from JSON string.
    Syntax
    'Declaration
    
    Protected Sub DeserializeStampAnnotationProperties( _
    ByVal annotationData
    Annotation data.
    As Vintasoft.Imaging.Annotation.StampAnnotationData, _
    ByVal annotationInfo
    Dictionary that contains information about names and values of annotation properties.
    As System.Collections.Generic.Dictionary(Of String,Object) _
    )
    protected void DeserializeStampAnnotationProperties(
    Vintasoft.Imaging.Annotation.StampAnnotationData annotationData,
    System.Collections.Generic.Dictionary<string,object> annotationInfo
    )
    protected: void DeserializeStampAnnotationProperties(
    Vintasoft.Imaging.Annotation.StampAnnotationData annotationData,
    System.Collections.Generic.Dictionary<string,object*>* annotationInfo
    )
    protected:
    void DeserializeStampAnnotationProperties(
    Vintasoft.Imaging.Annotation.StampAnnotationData annotationData,
    System.Collections.Generic.Dictionary<string,object^>^ annotationInfo
    )

    Parameters

    annotationData
    Annotation data.
    annotationInfo
    Dictionary that contains information about names and values of annotation properties.
    Requirements

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

    See Also