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

PdfTextFormField Class

Represents a text field on a PDF form.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v19.1.Core.dll

Declaration

public class PdfTextFormField :
    PdfInteractiveFormField

Remarks

A text field allows the end user to type in text, such as name, address, or phone number.

Inheritance

Object
DevExpress.Pdf.Native.PdfDocumentItem
DevExpress.Pdf.Native.PdfObject
PdfInteractiveFormField
PdfTextFormField
See Also