officefileapi-devexpress-dot-pdf-7b35af81.md
A base class for common form field types (text box, check box, list box, combo box, and signature) in PDF Graphics API.
Namespace : DevExpress.Pdf
Assembly : DevExpress.Pdf.v25.2.Drawing.dll
NuGet Package : DevExpress.Pdf.Drawing
public abstract class PdfGraphicsAcroFormCommonField :
PdfGraphicsAcroFormField
Public MustInherit Class PdfGraphicsAcroFormCommonField
Inherits PdfGraphicsAcroFormField
Tip
You can use the PdfAcroFormField class to add interactive form fields to a PDF file. Refer to the following article for more information: Interactive Forms in PDF Documents
Object PdfGraphicsAcroFormField PdfGraphicsAcroFormCommonField PdfGraphicsAcroFormCheckBoxField
PdfGraphicsAcroFormChoiceField
PdfGraphicsAcroFormSignatureField
PdfGraphicsAcroFormTextBoxField
PdfGraphicsAcroFormComboBoxField
PdfGraphicsAcroFormListBoxField
See Also