Show theme settings Shopping cart Download trialFree Trial
Change Theme Settings
Change Theme Settings
Themes
 
Show All Themes
v
...v

Binding to Binary Data

x
Photo 
Brand 
SuperheadsSensitive SoundExtra BassAudio Phones
Model 
SH1SB1000EB300AP70
Price 
$250.00$900.00$210.00$350.00
Rating 
Reviews 
4351 reviews94 reviews531 reviews984 reviews
Page 1 of 8 (30 items)Prev12345678Next


The DevExpress ASP.NET MVC ImageZoom extension has the ability to display images from a binary stream. The editor content (an array of bytes) that will be displayed in the preview image and zoom window, can be specified by the ImageContentBytes and LargeImageContentBytes properties respectively.

ImageZoom caches binary images to the folder specified by the SettingsAutoGeneratedImages.ImageCacheFolder property. The cached image sizes can be specified by using the following properties.

  • ImageWidth specifies the width of cached images that will be displayed in the preview image element.
  • ImageHeight specifies the height of cached images that will be displayed in the preview image element.
  • LargeImageWidth specifies the width of cached images that will be displayed in the zoom window element.
  • LargeImageHeight specifies the height of cached images that will be displayed in the zoom window element.
Collapse/Expand
Local Copy of this Demo
To inspect the source code for this demo on your machine, you must first install our components via the DevExpress Component Installer.
You can open a local copy of this online demo directly from this webpage (if using v20.2.8, 21.1.4 or higher).
Open CS Solution
The source code files for this demo are installed (by default) in the following directory:
\Users\Public\Documents\DevExpress Demos XX.X\Components\ASP.NET\CS\MVCxImageAndDataNavigationDemos