Method GetAcroFormAsync
GetAcroFormAsync()
Retrieves an AcroForm object for the current document.
Declaration
Task<IAcroForm> GetAcroFormAsync()
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task<IAcroForm> | The returned task results in in case of error.
|