Click or drag to resize

ImageRequestedEventArgsImage Property

The AtalaImage to be sent back to the client. This property will be null before the image is loaded from the document. Setting this property will stop the handler from loading the image from the file.

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 AtalaImage Image { get; set; }

Property Value

Type: AtalaImage
See Also