Click or drag to resize
Pdf Library for .NET

PdfFormField Class

Base class for a pdf form field.
Inheritance Hierarchy
SystemObject
  SelectPdf.FormsPdfFormField
    More

Namespace: SelectPdf.Forms
Assembly: Select.Pdf.Extras (in Select.Pdf.Extras.dll) Version: 26.2
Syntax
public class PdfFormField

The PdfFormField type exposes the following members.

Properties
 NameDescription
Public propertyDisplayPage Field page index (zero-based).
Public propertyDisplayRectangle Field rectangle.
Public propertyFlatten Gets or sets a value indicating whether to flatten this form field or not.
Public propertyFullName Fully qualified name of the pdf form field.
Public propertyName Name of the pdf form field.
Public propertyReadOnly Gets or sets a value indicating whether the field is read-only or not.
Public propertyWidgets The collection of widgets associated with the pdf field.
Top
See Also
Inheritance Hierarchy