get_CanUploadImageFromUrl Method
Gets a value indicating whether control can upload image from URL.
var instance = new Vintasoft.Imaging.UI.UIElements.WebUiControlSettingsJS(containerId);
var value; // Type: boolean
value = instance.get_CanUploadImageFromUrl();
function get_CanUploadImageFromUrl() : boolean;
Return Value
A value indicating whether control can upload image from URL.