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,AnnotationsCacheManager)
Syntax Remarks Requirements SeeAlso
In This Topic
    VintasoftAnnotationCollectionWebService Constructor(AnnotationJsonFormatter,IDataStorage,IDataStorage,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 annotationsCacheManager
    A cache manger that caches annotations.
    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
    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.
    annotationsCacheManager
    A cache manger that caches annotations.
    Remarks

    This constructor will create a service, which will not clear cache of of thumbnails and image tiles when image with annotations rotated or burned.

    Requirements

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

    See Also