Method UpdateDocumentSignerSignatureWidth
UpdateDocumentSignerSignatureWidth(Session, Int32)
Updates the DocumentSigner.signature.width.
Declaration
public static TryOptionAsync<HttpResponseMessage> UpdateDocumentSignerSignatureWidth(this Session session, int signatureWidth)
Parameters
| Type | Name | Description |
|---|---|---|
| Session | session | The session. |
| System.Int32 | signatureWidth | The desired width. |
Returns
| Type | Description |
|---|---|
| LanguageExt.TryOptionAsync<System.Net.Http.HttpResponseMessage> | The reply in case of success. |