Click or drag to resize

HtmlToPdfClientgetWebElements Method

Get the locations of certain web elements. This is retrieved if pdf_web_elements_selectors parameter is set and elements were found to match the selectors.

Namespace:  SelectPdf.Api
Assembly:  SelectPdf.Api (in SelectPdf.Api.dll) Version: 1.4.0
Syntax
public IList<WebElement> getWebElements()

Return Value

Type: IListWebElement
List of web elements locations.
See Also