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

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