Click or drag to resize

WebViewerControlAllowedPaths Property

Gets a paths collection from where the control can retrieve data for annotations, images, etc. It can include absolute or relatives paths, and URLs.

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 ICollection<string> AllowedPaths { get; }

Property Value

Type: ICollectionString
Remarks
Caution note Caution
WebViewerControl control is not available for .NET Core.
See Also