Pdf |
The PdfField type exposes the following members.
| Name | Description | |
|---|---|---|
| AdditionalActions | Gets or sets the additional-actions defining the field's behavior in response to various trigger events. | |
| AlternateName | Gets or sets alternate field name. | |
| Controls | Gets collection of controls assigned to this field. | |
| DefaultStyle | Gets or sets a default style string | |
| DefaultValue | Gets or sets the default value of the field. | |
| Dictionary | Gets the field's dictionary | |
| FieldType | Gets the type of field | |
| Flags | Gets extended field's flags | |
| FlagsEx | Gets field flags | |
| FullName | Gets the fully qualified field name. | |
| Handle | Gets the Pdfium SDK handle that the field is bound to. | |
| InterForms | Gets an Interactive Forms object that contains this field. | |
| MappingName | Gets or sets mapping field name. | |
| NoExport | Gets or sets a flag indicating whether the field must be exported by a PdfSubmitFormAction. | |
| ReadOnly | Gets or sets a flag indicating whether the field is readonly. | |
| Required | Gets or sets a flag indicating whether the field must have an export value. | |
| Type | Gets the type of field | |
| Value | Gets or Sets field's value |
| Name | Description | |
|---|---|---|
| GetControlIndex | Gets control's index in a field | |
| IsTerminalField | Checks if the given field is terminal. | |
| RegenerateAppearance | Delete the existing appearance stream of all controls associated with this PdfField and build a new one in accordance with the properties of the field and controls. | |
| ResetAppearance | Reset the appearance of all controls assigned to this field and mark them to be rebuilt on next page load. | |
| ResetField | Resets field to it default values |