VintaSoft Imaging .NET SDK 14.0: Документация для Веб разработчика
Vintasoft.Imaging.Annotation.Web.Services Namespace / AnnotationJsonFormatter Class / DeserializeAnnotationProperties(AnnotationData,Dictionary<String,Object>) Method
Syntax Requirements SeeAlso
В этом разделе
    DeserializeAnnotationProperties(AnnotationData,Dictionary<String,Object>) Метод (AnnotationJsonFormatter)
    В этом разделе
    Десериализует свойства данных аннотации.
    Синтаксис
    'Declaration
    
    Protected Sub DeserializeAnnotationProperties( _
    ByVal annotationData
    Данные аннотации.
    As Vintasoft.Imaging.Annotation.AnnotationData, _
    ByVal annotationInfo
    Информация аннотации.
    As System.Collections.Generic.Dictionary(Of String,Object) _
    )
    protected void DeserializeAnnotationProperties(
    Vintasoft.Imaging.Annotation.AnnotationData annotationData,
    System.Collections.Generic.Dictionary<string,object> annotationInfo
    )
    protected: void DeserializeAnnotationProperties(
    Vintasoft.Imaging.Annotation.AnnotationData annotationData,
    System.Collections.Generic.Dictionary<string,object*>* annotationInfo
    )
    protected:
    void DeserializeAnnotationProperties(
    Vintasoft.Imaging.Annotation.AnnotationData annotationData,
    System.Collections.Generic.Dictionary<string,object^>^ annotationInfo
    )

    Parameters

    annotationData
    Данные аннотации.
    annotationInfo
    Информация аннотации.
    Требования

    Целевые платформы: .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также