Back to Devexpress

TdxPDFForm.Flatten(TdxPDFCustomField) Method

vcl-dxpdfform-dot-tdxpdfform-dot-flatten-x28-dxpdfform-dot-tdxpdfcustomfield-x29.md

latest931 B
Original Source

TdxPDFForm.Flatten(TdxPDFCustomField) Method

Flattens the specified interactive field on the form.

Declaration

delphi
procedure Flatten(AField: TdxPDFCustomField); overload;

Parameters

NameTypeDescription
AFieldTdxPDFCustomField

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

TdxPDFForm Class

TdxPDFForm Members

dxPDFForm Unit