PdfDocumentInteractiveFormResponseParams Class Members
In This Topic
The following tables list the members exposed by
PdfDocumentInteractiveFormResponseParams.
Public Constructors
Public Properties
| Name | Description |
 | blocked | Gets or sets a value indicating whether the requested controller action is blocked by another request. (Inherited from WebResponseParamsBase) |
 | errorMessage | Gets or sets a string that describes an error occurred during request execution. (Inherited from WebResponseParamsBase) |
 | fields | Gets or sets a JSON string that repesents a collection of interactive form fields associated with PDF document. |
 | pdfPageInfos | Gets or sets an array with information about PDF document pages. |
 | requestId | Gets or sets the identifier of request. (Inherited from WebResponseParamsBase) |
 | success | Gets or sets a value indicating whether the request was completed successfully. (Inherited from WebResponseParamsBase) |
See Also