'Declaration Public Function New( _
ByVal sessionDataStorageA data storage that stores images.As Vintasoft.Data.IDataStorage, _
ByVal globalResourcesDataStorageA data storage that stores global resources.As Vintasoft.Data.IDataStorage, _
ByVal imageTilesCacheManagerA cache manager that manages cache of image tiles.As Vintasoft.Imaging.Web.Services.ImageTilesCacheManager _
)
public VintasoftPdfWebService(
Vintasoft.Data.IDataStorage sessionDataStorage,
Vintasoft.Data.IDataStorage globalResourcesDataStorage,
Vintasoft.Imaging.Web.Services.ImageTilesCacheManager imageTilesCacheManager
)
public: VintasoftPdfWebService(
Vintasoft.Data.IDataStorage sessionDataStorage,
Vintasoft.Data.IDataStorage globalResourcesDataStorage,
Vintasoft.Imaging.Web.Services.ImageTilesCacheManager* imageTilesCacheManager
)
public:
VintasoftPdfWebService(
Vintasoft.Data.IDataStorage sessionDataStorage,
Vintasoft.Data.IDataStorage globalResourcesDataStorage,
Vintasoft.Imaging.Web.Services.ImageTilesCacheManager^ imageTilesCacheManager
)
Parameters
- sessionDataStorage
- A data storage that stores images.
- globalResourcesDataStorage
- A data storage that stores global resources.
- imageTilesCacheManager
- A cache manager that manages cache of image tiles.