LoadExternalResources

LoadOptions.LoadExternalResources property

Gets or sets options that specifies if external document resources should be loaded. This option with disabled value (false) allows to save loading time for the documents with many or large external resource links. By default value is enabled (true).

public bool LoadExternalResources { get; set; }

See Also