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; }
Public ReadOnly Property AllowedPaths As ICollection(Of String)
Get
Property Value
Type:
ICollectionStringRemarks Caution |
---|
WebViewerControl control is not available for .NET Core. |
See Also