Method PostSignatureProcess
PostSignatureProcess(Byte[], SignatureProcessFormat)
Posts a PDF file or an ESign XML.
Declaration
public TryOptionAsync<HttpResponseMessage> PostSignatureProcess(byte[] file, SignatureProcessFormat format)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Byte[] | file | The file. |
| SignatureProcessFormat | format | PDF or ESign XML. |
Returns
| Type | Description |
|---|---|
| LanguageExt.TryOptionAsync<System.Net.Http.HttpResponseMessage> | The reply. |