VintaSoft Imaging .NET SDK 14.0: Документация для Веб разработчика
Vintasoft.Imaging.Annotation.Web.Services Namespace / VintasoftAnnotationCollectionWebService Class / VintasoftAnnotationCollectionWebService Constructors / VintasoftAnnotationCollectionWebService Constructor(AnnotationJsonFormatter,IDataStorage,IDataStorage,AnnotationsCacheManager)
Syntax Remarks Requirements SeeAlso
В этом разделе
    VintasoftAnnotationCollectionWebService Constructor(AnnotationJsonFormatter,IDataStorage,IDataStorage,AnnotationsCacheManager)
    В этом разделе
    Инициализирует новый экземпляр класса VintasoftAnnotationCollectionWebService.
    Синтаксис
    'Declaration
    
    Public Function New( _
    ByVal formatter
    Форматировщик, который следует использовать для сериализации/десериализации аннотаций.
    As AnnotationJsonFormatter, _
    ByVal sessionDataStorage
    Хранилище данных, в котором хранятся изображения.
    As Vintasoft.Data.IDataStorage, _
    ByVal globalResourcesDataStorage
    Хранилище данных, в котором хранятся глобальные ресурсы.
    As Vintasoft.Data.IDataStorage, _
    ByVal annotationsCacheManager
    Менеджер кэша, который кэширует аннотации.
    As AnnotationsCacheManager _
    )
    public VintasoftAnnotationCollectionWebService(
    AnnotationJsonFormatter formatter,
    Vintasoft.Data.IDataStorage sessionDataStorage,
    Vintasoft.Data.IDataStorage globalResourcesDataStorage,
    AnnotationsCacheManager annotationsCacheManager
    )
    public: VintasoftAnnotationCollectionWebService(
    AnnotationJsonFormatter* formatter,
    Vintasoft.Data.IDataStorage sessionDataStorage,
    Vintasoft.Data.IDataStorage globalResourcesDataStorage,
    AnnotationsCacheManager* annotationsCacheManager
    )
    public:
    VintasoftAnnotationCollectionWebService(
    AnnotationJsonFormatter^ formatter,
    Vintasoft.Data.IDataStorage sessionDataStorage,
    Vintasoft.Data.IDataStorage globalResourcesDataStorage,
    AnnotationsCacheManager^ annotationsCacheManager
    )

    Parameters

    formatter
    Форматировщик, который следует использовать для сериализации/десериализации аннотаций.
    sessionDataStorage
    Хранилище данных, в котором хранятся изображения.
    globalResourcesDataStorage
    Хранилище данных, в котором хранятся глобальные ресурсы.
    annotationsCacheManager
    Менеджер кэша, который кэширует аннотации.
    Ремарки

    Этот конструктор создаст службу, которая не будет очищать кэш миниатюр и тайлов изображений при повороте или записи изображения с аннотациями.

    Требования

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

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