Render Delay & Timeout

IronPDF's default rendering timeout is 60 seconds*. Anything taking longer to process will not render without further instruction.

To override the default setting, adjust the RenderingOptions.Timeout.

EXAMPLE

RenderingOptions.Timeout = 120; // seconds

RenderingOptions.RenderDelay = 30000; //milliseconds=30seconds

// Not setting a time out or having a render delay longer than the set timeout will produce


Unable to Render PDF From (X)

For more information, please see our tutorials and code examples:

API reference:

To make a service request to our engineers please see: Engineering Request IronPDF.

*Timeout was changed from 30 seconds to 60 seconds starting in version 2021.12.4495