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

PdfGraphicsAcroFormField Class

Represents the base class for all interactive form fields.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v19.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