VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Annotation.Web.Services Namespace / VintasoftAnnotationCollectionWebService Class / VintasoftAnnotationCollectionWebService Constructors / VintasoftAnnotationCollectionWebService Constructor(AnnotationJsonFormatter,IDataStorage,IDataStorage)
Syntax Remarks Requirements SeeAlso
In This Topic
    VintasoftAnnotationCollectionWebService Constructor(AnnotationJsonFormatter,IDataStorage,IDataStorage)
    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 _
    )
    public VintasoftAnnotationCollectionWebService(
    AnnotationJsonFormatter formatter,
    Vintasoft.Data.IDataStorage sessionDataStorage,
    Vintasoft.Data.IDataStorage globalResourcesDataStorage
    )
    public: VintasoftAnnotationCollectionWebService(
    AnnotationJsonFormatter* formatter,
    Vintasoft.Data.IDataStorage sessionDataStorage,
    Vintasoft.Data.IDataStorage globalResourcesDataStorage
    )
    public:
    VintasoftAnnotationCollectionWebService(
    AnnotationJsonFormatter^ formatter,
    Vintasoft.Data.IDataStorage sessionDataStorage,
    Vintasoft.Data.IDataStorage globalResourcesDataStorage
    )

    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.
    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. Also new service will not cache annotation collections.

    Requirements

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

    See Also