VintaSoft Imaging .NET SDK 14.1: Documentation for Web developer
Vintasoft.Imaging.Web.Services Namespace / VintasoftFileWebService Class / VintasoftFileWebService Constructors / VintasoftFileWebService Constructor(IDataStorage)
Syntax Exceptions Requirements SeeAlso
In This Topic
    VintasoftFileWebService Constructor(IDataStorage)
    In This Topic
    Initializes a new instance of the VintasoftFileWebService class.
    Syntax
    'Declaration
    
    Public Function New( _
    ByVal sessionDataStorage
    Data storage that allows to store images in multipage image files.
    As Vintasoft.Data.IDataStorage _
    )
    public VintasoftFileWebService(
    Vintasoft.Data.IDataStorage sessionDataStorage
    )
    public: VintasoftFileWebService(
    Vintasoft.Data.IDataStorage sessionDataStorage
    )
    public:
    VintasoftFileWebService(
    Vintasoft.Data.IDataStorage sessionDataStorage
    )

    Parameters

    sessionDataStorage
    Data storage that allows to store images in multipage image files.
    Exceptions
    ExceptionDescription
    Thrown if dataStorage is null.
    Requirements

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

    See Also