Click or drag to resize
Pdftools logo

Field Class

A form field

Inheritance Hierarchy

Namespace: PdfTools.FourHeights.PdfToolbox.Pdf.Forms
Assembly: PdfTools.FourHeights.PdfToolbox (in PdfTools.FourHeights.PdfToolbox.dll) Version: 1.0.0
Syntax
C#
public abstract class Field : FieldNode

The Field type exposes the following members.

Properties
 NameDescription
Public propertyDisplayName

User interface name

The display name is not directly visible, but a PDF viewer can display this name, e.g., in a tool tip.
(Inherited from FieldNode)
Public propertyDoNotExport

Tells whether this field is exported

Public propertyExportName

The name used when exporting


(Inherited from FieldNode)
Public propertyReadOnly

Flags this field as read-only

Public propertyRequired

Flags this field as mandatory

Public propertyWidgets

This form field's widget annotations

Top
Methods
 NameDescription
Public methodAddNewWidget

Create a new widget and add to the form field

This method creates a widget for the form field. The widget is automatically added to the field's widgets, but not to any page. This method does not work for radio button form fields; Use AddNewWidget(Rectangle).
Public methodEquals
(Inherited from NativeObject)
Public methodGetHashCode
(Inherited from NativeObject)
Top
See Also
Inheritance Hierarchy