VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Web.Services Namespace / VintasoftImageConverterWebService Class / VintasoftImageConverterWebService Constructors / VintasoftImageConverterWebService Constructor(IDataStorage,IDataStorage,IDataStorage,ConvertedFilesCacheManager)
Syntax Requirements SeeAlso
In This Topic
    VintasoftImageConverterWebService Constructor(IDataStorage,IDataStorage,IDataStorage,ConvertedFilesCacheManager)
    In This Topic
    Initializes a new instance of the VintasoftImageConverterWebService 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, _
    ByVal serializedDocumentsDataStorage
    A data storage that stores serialized documents.
    As Vintasoft.Data.IDataStorage, _
    ByVal convertedFilesCacheManager
    A cache manager that manages cache of converted image files.
    As ConvertedFilesCacheManager _
    )
    public VintasoftImageConverterWebService(
    Vintasoft.Data.IDataStorage sessionDataStorage,
    Vintasoft.Data.IDataStorage globalResourcesDataStorage,
    Vintasoft.Data.IDataStorage serializedDocumentsDataStorage,
    ConvertedFilesCacheManager convertedFilesCacheManager
    )
    public: VintasoftImageConverterWebService(
    Vintasoft.Data.IDataStorage sessionDataStorage,
    Vintasoft.Data.IDataStorage globalResourcesDataStorage,
    Vintasoft.Data.IDataStorage serializedDocumentsDataStorage,
    ConvertedFilesCacheManager* convertedFilesCacheManager
    )
    public:
    VintasoftImageConverterWebService(
    Vintasoft.Data.IDataStorage sessionDataStorage,
    Vintasoft.Data.IDataStorage globalResourcesDataStorage,
    Vintasoft.Data.IDataStorage serializedDocumentsDataStorage,
    ConvertedFilesCacheManager^ convertedFilesCacheManager
    )

    Parameters

    sessionDataStorage
    A data storage that stores images.
    globalResourcesDataStorage
    A data storage that stores global resources.
    serializedDocumentsDataStorage
    A data storage that stores serialized documents.
    convertedFilesCacheManager
    A cache manager that manages cache of converted image files.
    Requirements

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

    See Also