Skip to main content

TdxPDFForm.Flatten(TdxPDFCustomField) Method

Flattens the specified interactive field on the form.

Declaration

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