Skip to main content
A newer version of this page is available. .

PdfAcroFormField Class

Represents the base class for all interactive form fields.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v18.2.Core.dll

Declaration

public abstract class PdfAcroFormField

The following members return PdfAcroFormField objects:

Remarks

You can also call the corresponding static Create (e.g., PdfAcroFormField.CreateComboBox) method to create an interactive form field.

See Also