Click or drag to resize

WebViewerControlResourcePath Property

The path to the javascript and image resources needed by this control. It is set with the web.config property AtalasoftWebControls_ResourcePath.

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 ResourcePath { get; }

Property Value

Type: String
Remarks
This is used to speed up the load time of the control. If the resources are not in the specified directory, they will not show up. If this is not set, then the resources are loaded directly from the assembly, which will cause a slight delay each time the control is posted back.
Caution note Caution
WebViewerControl control is not available for .NET Core.
See Also