SldImportOptions.LoadInternetResources

SldImportOptions.LoadInternetResources property

Determines whether Aspose.GIS is allowed to load sources from Internet. If set to false, schemas with absolute URIs that does not start with ‘file://’ would not be loaded. Default is false.

public bool LoadInternetResources { get; set; }

See Also