PdfDocument.Fields Property
Returns the collection of form fields contained in the PDF document.
Namespace: DevExpress.Docs.Pdf
Assembly: DevExpress.Docs.Pdf.v26.1.dll
Declaration
Property Value
| Type | Description |
|---|---|
| FormFieldCollection | A collection of form fields contained in the PDF document. |
Remarks
Refer to the following help topic for more information: DevExpress PDF Document API - Form Fields.
See Also