HtmlToPdfConverterScriptToExecuteAfterLoad Property

A JavaScript code to execute immediately after the page was loaded. It can be used to automatically click buttons or for other operations before conversion. By default this property is null

Definition

Namespace: EvoPdf.Chromium
Assembly: EvoPdf.Chromium (in EvoPdf.Chromium.dll) Version: 11.4.0
C#
public string ScriptToExecuteAfterLoad { get; set; }

Property Value

String

See Also