ImageGear for .NET
Built-In FileImageDataProvider
Send Feedback
ImageGear for .NET User Guide > Using ImageGear for .NET > Using ImageGear.Web.UI Namespace > Web.config Settings for PageView and ThumbnailView Controls > Description of Configuration Settings > Image Data Provider Configuration > Built-In FileImageDataProvider

Glossary Item Box

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>

 

©2013. Accusoft Corporation. All Rights Reserved.