This provider allows the retrieval of image files for display. It also allows retrieval and updating annotations data from the files.
Web.config |
Copy Code |
---|---|
<ImageGear.Web.DataProviders.ImageProvider default="FileImageDataProvider"> <providers> <add name="FileImageDataProvider" type="ImageGear.Web.DataProviders.FileImageDataProvider,ImageGear24.Web.Services" storageRootPath="~/viewerImages/" maxImageSizeToCache="512" cachingTimeLimit="5" cachingEnable="false" /> maxImageSizeToCache="512" cachingTimeLimit="5" cachingEnable="false" artDataFileNameFormat="{0}.xml" /> </providers> </ImageGear.Web.DataProviders.ImageProvider> |
This section provides information about the following: