VintaSoft Imaging .NET SDK 12.4: Documentation for Web developer
Vintasoft.Imaging.Annotation.AspNetCore.ApiControllers Namespace / VintasoftAnnotationCollectionApiController Class / CreateWebService(String) Method
Syntax Remarks Requirements SeeAlso
In This Topic
    CreateWebService(String) Method (VintasoftAnnotationCollectionApiController)
    In This Topic
    Creates the VintasoftAnnotationCollectionWebService that handles HTTP requests from clients and allows to annotate images.
    Syntax

    Parameters

    sessionId
    The session identifier.

    Return Value

    The VintasoftAnnotationCollectionWebService that handles HTTP requests from clients and allows to annotate images.
    Remarks

    You need override the CreateImageTilesCacheManager(String) method if you need change any parameter of image tiles cache (directory name, cache life time, etc).

    You need override the CreateThumbnailsCacheManager(String) method if you need change any parameter of thumbnails cache (directory name, cache life time, etc).

    You need override the CreateAnnotationsCacheManager(String) method if you need change any parameter of annotations cache (directory name, cache life time, etc).

    Requirements

    Target Platforms: .NET 8; .NET 7, .NET 6

    See Also