Click or drag to resize

WebViewerControlOnCreateSessionId Method

Used to override the session id used by the control to generate cache file names. The default is the Session.Id of the page

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 void OnCreateSessionId(
	CreateSessionIdEventArgs e
)

Parameters

e
Type: Atalasoft.Imaging.WebControlsCreateSessionIdEventArgs
Remarks
Caution note Caution
WebViewerControl control is not available for .NET Core.
See Also