externalResourcesRequired property

Gets a value that indicates whether referenced resources that are not in the current document are required to correctly render a given element.

 

Syntax

HRESULT value = object.get_externalResourcesRequired(ISVGAnimatedBoolean** externalResourcesRequired);

Property values

Type: Object

BOOL that specifies one of the following values.

Standards information

Remarks

If an external resource is not available, progressive rendering is suspended and the onload event does not occur. If a time-out event occurs with the Scalable Vector Graphics (SVG) document while loading a required resource, the document enters an error state that remains until all required resources are available.