VintaSoft Imaging .NET SDK 14.1: Documentation for Web developer
Vintasoft.Imaging.Web.Services Namespace / VintasoftImageWebService Class / VintasoftImageWebService Constructors / VintasoftImageWebService Constructor(IDataStorage,IDataStorage,ThumbnailsCacheManager)
Syntax Remarks Requirements SeeAlso
    VintasoftImageWebService Constructor(IDataStorage,IDataStorage,ThumbnailsCacheManager)
    Initializes a new instance of the VintasoftImageWebService class.
    Syntax
    'Declaration
    
    Public Function New( _
    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 thumbnailsCacheManager
    A cache manager that manages cache of thumbnails.
    As ThumbnailsCacheManager _
    )
     

    Parameters

    sessionDataStorage
    A data storage that stores images.
    globalResourcesDataStorage
    A data storage that stores global resources.
    thumbnailsCacheManager
    A cache manager that manages cache of thumbnails.
    Remarks

    This constructor will create a service, which will not support caching of image tiles, i.e. all methods that return image tile will return image tile as a Base64 string.

    Requirements

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

    See Also