The following tables list the members exposed by PDFFormField.
Public Constructors
Name | Description | |
---|---|---|
PDFFormField | Initializes a new instance of PDFFormField. |
Public Methods
Name | Description | |
---|---|---|
Clone | Returns an exact copy of this PDFFormField. |
Public Properties
Name | Description | |
---|---|---|
AlternateName | Alternate name of the field. | |
BorderColor | Border color of this field. | |
BorderStyle | Border style of this field. | |
BorderWidth | Border width of this field. | |
Bounds | The location and size of this field in the page. | |
Contents | List of the contents set in the field. | |
ContentType | Content type. | |
ContentValues | List of the content values set in the field. | |
FieldFlags | Other flags associated with the field. | |
FieldType | Field type. | |
FillColor | Background color of the field | |
FillMode | Fill mode of this field. | |
FontName | Font name to use for the text of this field | |
FontSize | Font size to use with the text of this field. | |
GroupId | Optional ID if this field is part of a group. | |
MappingName | Mapping name of the field. | |
MaxLength | Maximum length of the field content. | |
Name | Name of the field. | |
OptionalName | Optional name of the field. | |
PageNumber | The 1-based number of the page that owns this field. | |
Rotation | Rotation angle of the field. | |
SelectedContents | The selected contents if this field is a list box. | |
State | State of the field is supported. | |
TextColor | Foreground (text) color of this field. | |
TextJustification | Justification to use for text of this field. | |
ViewFlags | View flags associated with the field. |
Public Fields
Name | Description | |
---|---|---|
BorderStyleBeveled | Beveled border style. | |
BorderStyleDashed | Dashed border style. | |
BorderStyleInset | Inset border style. | |
BorderStyleSolid | Solid border style. | |
BorderStyleTransparent | Transparent border style. | |
BorderStyleUnderline | Underline border style. | |
ContentTypeCustom | Content type is custom. | |
ContentTypeDate | Content type is a date. | |
ContentTypeNumber | Content type is a number. | |
ContentTypeTime | Content type is a time. | |
ContentTypeUnrestrained | Content type can be anything. | |
FieldFlagsButtonNoToggleToOff | Button should not toggle to off state. | |
FieldFlagsButtonPushButton | Button is a push button. | |
FieldFlagsButtonRadio | Button is a radio button. | |
FieldFlagsButtonRadioInUnison | Button is in a group of radio buttons (using GroupId) and only a single item should be selected at a time. | |
FieldFlagsChoiceCombo | Choice field is a combo box. | |
FieldFlagsChoiceCommitOnSelectionChange | Choice field should commit changes if it is modified. | |
FieldFlagsChoiceEdit | Choice field is editable. | |
FieldFlagsChoiceMultiSelect | Choice field supports multi-select. | |
FieldFlagsChoiceSort | Choice field is sorted. | |
FieldFlagsNoExport | Field cannot be exported. | |
FieldFlagsReadOnly | Field is read-only. | |
FieldFlagsRequired | Field is required. | |
FieldFlagsTextComb | Text field is a combo box. | |
FieldFlagsTextDoNotScroll | Text field should not scroll. | |
FieldFlagsTextDoNotSpellcheck | Text field should not be spell checked. | |
FieldFlagsTextFileSelect | Text field is a file selection. | |
FieldFlagsTextMultiline | Text field is multi-lined. | |
FieldFlagsTextPassword | Text field is a password. | |
FieldFlagsTextRichText | Text field that should be edited with a rich text edit control. | |
FieldTypeCheckBox | Check box field type. | |
FieldTypeComboBox | Combo box field type. | |
FieldTypeListBox | List box field type. | |
FieldTypeRadioButton | Radio button field type. | |
FieldTypeTextBox | Text box field type. | |
FillModeFilled | Field is filled. | |
FillModeNoFill | Field is not filled. | |
StateNotSelected | The state is unselected or unchecked. | |
StateSelected | The state is selected or checked. | |
StateUndefined | The state is undefined or not used. | |
TextJustificationCentered | Centered justified text. | |
TextJustificationLeft | Left justified text. | |
TextJustificationRight | Right justified text. | |
ViewFlagsHidden | Field is hidden. | |
ViewFlagsInvisible | Field is invisible. | |
ViewFlagsLocked | Field is locked. | |
ViewFlagsLockedContents | Field has its content locked. | |
ViewFlagsNoRotate | Field is cannot be rotated. | |
ViewFlagsNoView | Field has no view. | |
ViewFlagsNoZoom | Field cannot be zoomed. | |
ViewFlagsPrint | Field can be printed. | |
ViewFlagsReadOnly | Field is for view only. | |
ViewFlagsToggleNoView | Field is toggled. |