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