Method AddSignatureFieldAsync
AddSignatureFieldAsync(String, FieldPosition)
Adds a signature field to the AcroForm.
Declaration
Task<bool> AddSignatureFieldAsync(string fieldName, FieldPosition position)
Parameters
Type | Name | Description |
---|---|---|
System.String | fieldName | The partial field name of the new field.. |
FieldPosition | position | The field position. |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<System.Boolean> | The returned task results in in case of error.
|