New to Telerik Document ProcessingStart a free 30-day trial

FieldCharacter

Updated over 6 months ago

FieldCharacter is an inline element. It is a special character, which delimits the start and end of a field or separates its field codes from its current field result.

Inserting a FieldCharacter

FieldCharacter element is created when InsertField(string code, string result) method of RadFlowDocumentEditor is called.

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.

See Also