Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxPDFForm.Flatten(TdxPDFCustomField) Method

Flattens the specified interactive field on the form.

#Declaration

Delphi
procedure Flatten(AField: TdxPDFCustomField); overload;

#Parameters

Name Type Description
AField TdxPDFCustomField

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 OnChanged event when the specified field is flattened.

See Also