VintaSoft Imaging .NET SDK 12.4: Documentation for Web developer
Vintasoft.Imaging.Annotation.Web.Services Namespace / VintasoftAnnotationCollectionWebService Class / VintasoftAnnotationCollectionWebService Constructors / VintasoftAnnotationCollectionWebService Constructor(AnnotationJsonFormatter,IDataStorage,IDataStorage,ImageTilesCacheManager,ThumbnailsCacheManager,AnnotationsCacheManager)
Syntax Requirements SeeAlso
In This Topic
    VintasoftAnnotationCollectionWebService Constructor(AnnotationJsonFormatter,IDataStorage,IDataStorage,ImageTilesCacheManager,ThumbnailsCacheManager,AnnotationsCacheManager)
    In This Topic
    Initializes a new instance of the VintasoftAnnotationCollectionWebService class.
    Syntax
    'Declaration
    
    Public Function New( _
    ByVal formatter
    The formatter that should be used for serializing/deserializing of annotations.
    As AnnotationJsonFormatter, _
    ByVal sessionDataStorage
    A data storage that stores images.
    As Vintasoft.Data.IDataStorage, _
    ByVal globalResourcesDataStorage
    A data storage that stores global resources.
    As Vintasoft.Data.IDataStorage, _
    ByVal imageTilesCacheManager
    A cache manager that caches image tiles.
    As Vintasoft.Imaging.Web.Services.ImageTilesCacheManager, _
    ByVal thumbnailsCacheManager
    A cache manager that caches thumbnails.
    As Vintasoft.Imaging.Web.Services.ThumbnailsCacheManager, _
    ByVal annotationsCacheManager
    A cache manger that caches annotations.
    As AnnotationsCacheManager _
    )

    Parameters

    formatter
    The formatter that should be used for serializing/deserializing of annotations.
    sessionDataStorage
    A data storage that stores images.
    globalResourcesDataStorage
    A data storage that stores global resources.
    imageTilesCacheManager
    A cache manager that caches image tiles.
    thumbnailsCacheManager
    A cache manager that caches thumbnails.
    annotationsCacheManager
    A cache manger that caches annotations.
    Requirements

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

    See Also