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

PdfGraphicsAcroFormField Class

Represents the base class for all interactive form fields.

Namespace: DevExpress.Pdf

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

Declaration

public abstract class PdfGraphicsAcroFormField

Remarks

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

See Also