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

PdfGraphicsAcroFormField Members

Represents the base class for all interactive form fields.

Properties

Name Description
Appearance Specifies the appearance settings for the interactive form field.
Name Specifies the interactive form field name.
Print Specifies whether the current form field is printed.
ReadOnly Gets or sets whether the interactive form field allows editing.
Required Gets or sets the required status of the interactive form field.
Rotation Specifies the rotation to apply to interactive form field.
ToolTip Specifies the form field’s tooltip text.
Visible Specifies whether the form field is visible on the page.

Methods

Name Description
CreateComboBox(String, RectangleF) static Creates a combo box field using the field name and a rectangle where the combo box field will be located on a page.
CreateListBox(String, RectangleF) static Creates a list box field using the field name and a rectangle where the list box field will be located on a page.
CreateRadioGroup(String) static Creates a radio group field using the field name.
CreateSignature(String, RectangleF) static Creates a signature field using the field name and a rectangle where a signature field will be located on a page.
CreateTextBox(String, RectangleF) static Creates a text box field using the field name and a rectangle where a text box field will be located on a page.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also