Click or drag to resize

AsyncJobClient Class

Get the result of an asynchronous call.
Inheritance Hierarchy

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

The AsyncJobClient type exposes the following members.

Constructors
  NameDescription
Public methodAsyncJobClient
Construct the async job client.
Top
Methods
  NameDescription
Public methodfinished
Check if asynchronous job is finished.
Public methodgetNumberOfPages
Get the number of pages of the PDF document resulted from the API call.
Public methodgetResult
Get result of the asynchronous job.
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