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

    Parameters

    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 support caching of image tiles and thumbnails, i.e. all methods that return image tile or thumbnail will return image tile or thumbnail 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