FieldOptions Properties
Contains options used to define the appearance and behavior of the document fields.| Name | Description |
|---|---|
| ClearUnhandledDocVariableField | Gets or sets whether the DOCVARIABLE field value is cleared when it cannot be calculated. |
| HighlightColor | Gets or sets the color used to highlight the document fields. |
| HighlightMode | Gets or sets when the document fields should be highlighted. |
| ThrowExceptionOnInvalidFormatSwitch | Gets or sets whether to throw exception if a field formatting switch is not recognized. |
| UpdateDocVariablesBeforeCopy | Specifies whether to refresh the values of document variables when they are to be copied to the Clipboard. |
| UpdateDocVariablesBeforePrint | Specifies whether to refresh the values of document variables when the document is printed or exported to PDF. |
| UpdateFieldsInTextBoxes | Gets or sets whether the FieldCollection.Update method updates fields contained in text boxes. |
| UpdateFieldsOnPaste | Gets or sets whether document fields contained in the pasted range should be updated. |
| UpdateHyperlinksOnLoad | Gets or sets whether to update hyperlinks without the result text. |
| UpdateLockedFields | Gets or sets whether locked fields can be updated. |
| UseCurrentCultureDateTimeFormat | Gets or sets whether the current culture’s short date and time display settings should be used to format DateTime value for display. |
See Also