Back to Devexpress

PdfGraphicsAcroFormCommonField Class

officefileapi-devexpress-dot-pdf-7b35af81.md

latest2.0 KB
Original Source

PdfGraphicsAcroFormCommonField Class

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

Declaration

csharp
public abstract class PdfGraphicsAcroFormCommonField :
    PdfGraphicsAcroFormField
vb
Public MustInherit Class PdfGraphicsAcroFormCommonField
    Inherits PdfGraphicsAcroFormField

Remarks

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

Inheritance

Object PdfGraphicsAcroFormField PdfGraphicsAcroFormCommonField PdfGraphicsAcroFormCheckBoxField

PdfGraphicsAcroFormChoiceField

PdfGraphicsAcroFormSignatureField

PdfGraphicsAcroFormTextBoxField

PdfGraphicsAcroFormComboBoxField

PdfGraphicsAcroFormListBoxField

See Also

PdfGraphicsAcroFormCommonField Members

DevExpress.Pdf Namespace