1. GroupDocs.Parser
  2. /
  3. GroupDocs.Parser for .NET
  4. /
  5. GroupDocs.Parser.Options
  6. /
  7. ParserSettings
  8. /
  9. ExternalResourceHandler

ExternalResourceHandler

ParserSettings.ExternalResourceHandler property

Gets the handler for external resources.

public ExternalResourceHandler ExternalResourceHandler { get; }

Property Value

An instance of class that inherits ExternalResourceHandler class to provide the control of external resource loading.

See Also