|
PdfHtmlSectionClickElementsDelayBefore Property
|
Delay in miliseconds, before element click.
Namespace: SelectPdfAssembly: Select.HtmlToPdf (in Select.HtmlToPdf.dll) Version: 26.2
Syntaxpublic int ClickElementsDelayBefore { get; set; }Public Property ClickElementsDelayBefore As Integer
Get
Set
Property Value
Int32
Remarks
If
ClickElementsSelectors is set, this property is used and specifies the delay inserted before each element click.
Default value is 20 ms.
Note: This is used only by the Blink or Chromium rendering engine.
See Also