Interface IJavascript
An Interface for configuring PDF rendering classes which support JavaScript.
Namespace: IronPdf.Rendering.Abstractions
Assembly: IronPdf.dll
Syntax
public interface IJavascript
Properties
EnableJavaScript
Enables JavaScript and Json to be executed before the page is rendered. Ideal for printing from Ajax / Angular Applications.
Also see RenderDelay
Declaration
bool EnableJavaScript { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
RenderDelay
Milliseconds to wait after Html is rendered before printing. This can use useful when considering the rendering of JavaScript, Ajax or animations.
Declaration
int RenderDelay { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |