Back to Devexpress

PdfAcroFormCommonVisualField Class

officefileapi-devexpress-dot-pdf-73b2f6a5.md

latest1.6 KB
Original Source

PdfAcroFormCommonVisualField Class

Represents the base class for common field types such as text box, check box, list box, combo box, and signature.

Namespace : DevExpress.Pdf

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

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public abstract class PdfAcroFormCommonVisualField :
    PdfAcroFormVisualField
vb
Public MustInherit Class PdfAcroFormCommonVisualField
    Inherits PdfAcroFormVisualField

Inheritance

Object PdfAcroFormField PdfAcroFormVisualField PdfAcroFormCommonVisualField PdfAcroFormCheckBoxField

PdfAcroFormChoiceField

PdfAcroFormSignatureField

PdfAcroFormTextBoxField

PdfAcroFormComboBoxField

PdfAcroFormListBoxField

See Also

PdfAcroFormCommonVisualField Members

DevExpress.Pdf Namespace