TdxHtmlDocumentImporterOptions.ExternalResourceTimeout Property
Specifies the timeout interval (in milliseconds) for loading external resources used by an imported HTML document.
Declaration
property ExternalResourceTimeout: Cardinal read; write; default 5000;
Property Value
Type | Default | Description |
---|---|---|
Cardinal | 5000 | The timeout interval, in milliseconds. |
Remarks
Use the ExternalResourceTimeout
property to adjust the timeout for loading images and other resources depending on the expected image loading speed. The Rich Edit control displays placeholders instead of images if the timeout occurs before the corresponding images are loaded.
Use the AsyncImageLoading property to switch between synchronous and asynchronous external resource load modes.
Note
The ExternalResourceTimeout
property value does not affect resources embedded into an HTML document (base64-encoded images, for example).
The ExternalResourceTimeout
property’s default value is 5000
.
See Also