TdxPDFForm.Flatten(TdxPDFCustomField) Method
In This Article
Flattens the specified interactive field on the form.
#Declaration
Delphi
procedure Flatten(AField: TdxPDFCustomField); overload;
#Parameters
Name | Type | Description |
---|---|---|
AField | Tdx |
An interactive field. |
#Remarks
Call the Flatten procedure to flatten all interactive fields on the form.
Note
This operation renders the specified field object invalid.
A Flatten procedure call raises the PDF document container’s On
See Also