VintaSoft Imaging .NET SDK 15.0: Documentation for Web developer
Vintasoft.Imaging.Web.Services Namespace / VintasoftFileConverterWebService Class / VintasoftFileConverterWebService Constructors / VintasoftFileConverterWebService Constructor(IDataStorage,ConvertedFilesCacheManager)
Syntax Requirements SeeAlso
In This Topic
    VintasoftFileConverterWebService Constructor(IDataStorage,ConvertedFilesCacheManager)
    In This Topic
    Initializes a new instance of the VintasoftFileConverterWebService class.
    Syntax
    'Declaration
    
    Public Function New( _
    ByVal sessionDataStorage
    A data storage that stores files, which should be converted.
    As Vintasoft.Data.IDataStorage, _
    ByVal convertedFilesCacheManager
    A cache manager that manages cache of converted image files.
    As ConvertedFilesCacheManager _
    )
    public VintasoftFileConverterWebService(
    Vintasoft.Data.IDataStorage sessionDataStorage,
    ConvertedFilesCacheManager convertedFilesCacheManager
    )
    public: VintasoftFileConverterWebService(
    Vintasoft.Data.IDataStorage sessionDataStorage,
    ConvertedFilesCacheManager* convertedFilesCacheManager
    )
    public:
    VintasoftFileConverterWebService(
    Vintasoft.Data.IDataStorage sessionDataStorage,
    ConvertedFilesCacheManager^ convertedFilesCacheManager
    )

    Parameters

    sessionDataStorage
    A data storage that stores files, which should be converted.
    convertedFilesCacheManager
    A cache manager that manages cache of converted image files.
    Requirements

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

    See Also