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