ImageGear for .NET
Built-In FileImageDataProvider

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,ImageGear21.Web.Services" storageRootPath="~/viewerImages/" maxImageSizeToCache="512" cachingTimeLimit="5" cachingEnable="false" />
maxImageSizeToCache="512"
cachingTimeLimit="5"
cachingEnable="false" 
artDataFileNameFormat="{0}.xml" />
  
  </providers>
  </ImageGear.Web.DataProviders.ImageProvider>

 

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback