New to Telerik Document Processing? Start a free 30-day trial
FieldCharacter
Updated on Jun 16, 2026
FieldCharacter is an inline element. It is a special character that delimits the start and end of a field or separates its field codes from its current field result.
Inserting a FieldCharacter
The InsertField(string code, string result) method of RadFlowDocumentEditor creates a FieldCharacter element.
These are the possible FieldCharacterTypes:
Start: Specifies that the character is a start character, which defines the start of a complex field.End: Specifies that the character is an end character, which defines the end of a complex field.Separator: Specifies that the character is a separator character, which defines the end of the field codes and the start of the field result for a complex field.
FieldCharacter has a FieldInfo property, which points to its associated FieldInfo object.