[]
The abstract base class from which all other AcroForm field classes (AcroField) are derived.
public abstract class PdfFieldBase
The non-abstract derived classes include PdfTextBox, PdfCheckBox, PdfPushButton, PdfRadioButton, PdfComboBox and PdfListBox.
Name | Description |
---|---|
BackColor | Gets or sets the background color of the current PdfFieldBase. |
BorderColor | Gets or sets the color of the border around the current PdfFieldBase. |
BorderStyle | Gets or sets the style of the border around the current PdfFieldBase. |
BorderWidth | Gets or sets the width of the border around the current PdfFieldBase. |
DefaultText | Gets or sets the default text for the current PdfFieldBase. |
DefaultValue | Gets or sets the default value of the current PdfFieldBase. |
Font | Gets or sets the Font of the current PdfFieldBase. |
ForeColor | Gets or sets the foreground (text) color of the current PdfFieldBase. |
IsReadOnly | Gets or sets a value indicating whether the current PdfFieldBase represents a read-only field. |
IsRequired | Gets or sets a value indicating whether the current PdfFieldBase represents a required field. |
Name | Gets or sets the name of the current PdfFieldBase. If the current object is a PdfRadioButton, the same name must be specified for all radio buttons in a group. |
Rotation | Gets or sets the rotation angle of the current PdfFieldBase, in degrees counter-clockwise from the X axis. |
Text | Gets or sets the text of the current PdfFieldBase. |
ToolTip | Gets or sets the tooltip associated with the current PdfFieldBase. |
Value | Gets or sets the value of the current PdfFieldBase. |
Visibility | Gets or sets the visibility of the current PdfFieldBase. |