1. GroupDocs.Conversion
  2. /
  3. GroupDocs.Conversion for .NET
  4. /
  5. GroupDocs.Conversion.Options.Load
  6. /
  7. IResourceLoadingOptions

IResourceLoadingOptions

IResourceLoadingOptions interface

Represents set of options to control how external resources will be loaded

public interface IResourceLoadingOptions

Properties

Name Description
SkipExternalResources { get; set; } If true, all external resources will not be loaded except those in WhitelistedResources list. Default: true
WhitelistedResources { get; set; } External resources that will be always loaded

See Also