ImageZoomNavigatorAutoGeneratedImagesSettings Properties
Provides options for automatically generated images within the image zoom navigator control.| Name | Description |
|---|---|
| ImageCacheFolder | Gets or sets the path to the folder that contains cached images. Inherited from AutoGeneratedImagesSettingsBase. |
| ImageHeight | Specifies the height of automatically generated (cached) images that will be displayed in the preview image element. |
| ImageWidth | Specifies the width of automatically generated (cached) images that will be displayed in the preview image element. |
| LargeImageHeight | Specifies the height of automatically generated (cached) images that will be displayed in the zoom window element. |
| LargeImageWidth | Specifies the width of automatically generated (cached) images that will be displayed in the zoom window element. |
| ThumbnailHeight | Specifies the height of automatically generated (cached) images that will be displayed in the thumbnail element. |
| ThumbnailWidth | Specifies the width of automatically generated (cached) images that will be displayed in the thumbnail element. |
See Also