VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Web.Services Namespace / VintasoftImageWebService Class
Members Object Syntax Remarks Hierarchy Requirements SeeAlso
In This Topic
    VintasoftImageWebService Class
    In This Topic
    A platform-independent web service that handles HTTP requests from clients and allows to get information about image or render image thumbnail/tile.
    Object Model
    ImageTilesCacheManager ThumbnailsCacheManager VintasoftImageWebService
    Syntax
    'Declaration
    
    Public Class VintasoftImageWebService
    
    
    public class VintasoftImageWebService
    
    
    public __gc class VintasoftImageWebService
    
    
    public ref class VintasoftImageWebService
    
    
    Remarks

    Images, which are processed by this service, are stored in storage, which are defined using the SessionDataStorage property.
    Image tiles, which are used by this service, are stored in cache, which are defined using the ImageTilesCacheManager property.
    Image tiles, which are used by this service, are stored in cache, which are defined using the ThumbnailsCacheManager property.

    Inheritance Hierarchy

    System.Object
       Vintasoft.Imaging.Web.Services.VintasoftImageWebService

    Requirements

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

    See Also