VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Web.Services Namespace / VintasoftImageCollectionWebService Class / VintasoftImageCollectionWebService Constructors / VintasoftImageCollectionWebService Constructor(IDataStorage,IDataStorage)
Syntax Requirements SeeAlso
In This Topic
    VintasoftImageCollectionWebService Constructor(IDataStorage,IDataStorage)
    In This Topic
    Initializes a new instance of the VintasoftImageCollectionWebService class.
    Syntax
    'Declaration
    
    Public Function New( _
    ByVal sessionDataStorage
    A data storage that stores images.
    As Vintasoft.Data.IDataStorage, _
    ByVal serializedDocumentsDataStorage
    A data storage that stores serialized documents.
    As Vintasoft.Data.IDataStorage _
    )
    public VintasoftImageCollectionWebService(
    Vintasoft.Data.IDataStorage sessionDataStorage,
    Vintasoft.Data.IDataStorage serializedDocumentsDataStorage
    )
    public: VintasoftImageCollectionWebService(
    Vintasoft.Data.IDataStorage sessionDataStorage,
    Vintasoft.Data.IDataStorage serializedDocumentsDataStorage
    )
    public:
    VintasoftImageCollectionWebService(
    Vintasoft.Data.IDataStorage sessionDataStorage,
    Vintasoft.Data.IDataStorage serializedDocumentsDataStorage
    )

    Parameters

    sessionDataStorage
    A data storage that stores images.
    serializedDocumentsDataStorage
    A data storage that stores serialized documents.
    Requirements

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

    See Also