WebImageViewerImage Property |
Namespace: Atalasoft.Imaging.WebControls
Using this property directly will cache an extra copy of the incoming image, so that it can be reloaded upon postback. If the location of the image can be expressed in Url form, the recommended method of setting this property is by using OpenUrl(String).
Setting any of this property's members directly will not automatically update the control. Use the Update method to update the image. Using ApplyCommand(ImageCommand) will automatically update the image.
Caution |
---|
WebImageViewer control is available with .NET Framework 3.5 and 4.5.2 only. |
myWebImageViewer.Image = new AtalaImage("C:\\TestImages\\myTestImage.tif");
myWebImageViewer.Image = new AtalaImage("C:\\TestImages\\myTestImage.tif")
myWebImageViewer.Image = new AtalaImage("C:\\TestImages\\myTestImage.tif");
myWebImageViewer.Image = new AtalaImage("C:\\TestImages\\myTestImage.tif")