Click or drag to resize

WebImageViewerOnStreamViewImage Method

Fires only when the viewable portion of the image is streamed to the RichClient. In order for this event to fire properly, the EnableClientEvents property must be set to true.

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
protected virtual void OnStreamViewImage(
	EventArgs e
)

Parameters

e
Type: SystemEventArgs
Remarks

Since this event is triggered by a query string GET from the browser, there are a limited number of properties that contain the current state. Properties that are not in this list will contain the initial values that were set in the property grid and in the Page's Onload event. Valid properties include:

Properties that are not in this list will contain the initial values that were set in the property grid and in the Page's Onload event.

Caution note Caution
WebImageViewer control is available with .NET Framework 3.5 and 4.5.2 only.
See Also