TdxPDFDocument.Form Property
In This Article
Provides access to the document’s form with interactive fields.
#Declaration
Delphi
property Form: TdxPDFForm read;
#Property Value
Type | Description |
---|---|
Tdx |
An interactive PDF form. |
#Remarks
A PDF document can contain a form with fields whose values users can edit directly.
See Also