Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfAcroFormField Class

Represents the base class for all interactive form fields.

Namespace: DevExpress.Pdf

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

Declaration

public abstract class PdfAcroFormField

Remarks

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

See Also