Click or drag to resize

WebElementsClient Class

Get the locations of certain web elements. This is retrieved if pdf_web_elements_selectors parameter was set during the initial conversion call and elements were found to match the selectors.
Inheritance Hierarchy

Namespace:  SelectPdf.Api
Assembly:  SelectPdf.Api (in SelectPdf.Api.dll) Version: 1.4.0
Syntax
public class WebElementsClient : ApiClient

The WebElementsClient type exposes the following members.

Constructors
  NameDescription
Public methodWebElementsClient
Construct the web elements client.
Top
Methods
  NameDescription
Public methodgetWebElements
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.
Top
See Also