Method Of
Of(IDriver, IClient)
Builds a dialog controller from a driver object and a PDF client object. The Dispose method does not call client.Dispose().
Declaration
public static Controller Of(IDriver driver, IClient client)
Parameters
Type | Name | Description |
---|---|---|
IDriver | driver | The driver object. |
IClient | client | The PDF client object. |
Returns
Type | Description |
---|---|
Controller | Null in case of error. |