| WebElementsClient Constructor  | 
 
            Construct the web elements client.
            
 
    Namespace: 
   SelectPdf.Api
    Assembly:
   SelectPdf.Api (in SelectPdf.Api.dll) Version: 1.4.0
 Syntax
Syntaxpublic WebElementsClient(
	string apiKey,
	string jobId
)
Public Sub New ( 
	apiKey As String,
	jobId As String
)
Parameters
- apiKey
- Type: SystemString
 API Key.
- jobId
- Type: SystemString
 Job ID.
 See Also
See Also