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.5.0.5.0.230 (.NET 4.6.2, x86)
Syntaxpublic ICollection<string> AllowedPaths { get; }Public ReadOnly Property AllowedPaths As ICollection(Of String)
Get
Property Value
Type:
ICollectionString
Remarks Caution |
|---|
| WebViewerControl control is not available for .NET Core. |
See Also