Method Start
Start(IDriver, IClient)
Starts a new signing object with the given driver and client object.
Declaration
public static ISigning Start(IDriver driver, IClient client)
Parameters
| Type | Name | Description |
|---|---|---|
| IDriver | driver | The driver. |
| IClient | client | The client. |
Returns
| Type | Description |
|---|---|
| ISigning | Null in case of error. |
Remarks
The client object should be loaded with a PDF document.