Click or drag to resize

WebImageViewerImageUrl Property

Gets or sets the location of an image to display in the WebImageViewer control.

Namespace:  Atalasoft.Imaging.WebControls
Assembly:  Atalasoft.dotImage.WebControls (in Atalasoft.dotImage.WebControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public string ImageUrl { get; set; }

Property Value

Type: String
The location of an image to display in the WebImageViewer control.
Remarks
This property is used to set the image in design time, and automatically load it into the WebImageViewer control when the application starts. As long as the path is correct, the image will display properly. This will not copy the image, it will only send the location of the image to the OpenUrl(String) method.
Caution note Caution
WebImageViewer control is available with .NET Framework 3.5 and 4.5.2 only.
See Also