HtmlToImageConverterScriptToExecuteAfterLoad 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
Namespace: EvoPdf.ChromiumAssembly: EvoPdf.Chromium (in EvoPdf.Chromium.dll) Version: 11.4.0
public string ScriptToExecuteAfterLoad { get; set; }
Property Value
String