Text Field Builder
Defined in namespace Scandit.DataCapture.Label.Capture
- TextFieldBuilder
abstract class TextFieldBuilder<BuilderType, FieldType> : LabelFieldDefinitionBuilder<
BuilderType,FieldType>Added in version 8.1.0
Builder class for creating text field definitions. Provides a fluent interface for configuring text field properties including validation regexes, location constraints, and other field-specific settings.
- SetAnchorRegexes()
BuilderTypeSetAnchorRegexes(IList<string> anchorRegexes)Added in version 8.1.0
Sets the identifying text anchor regexes from a list of strings.
- SetAnchorRegex()
BuilderTypeSetAnchorRegex(stringanchorRegex)Added in version 8.1.0
Sets the identifying text anchor regex from a single string.
- SetAnchorRegex()
BuilderTypeSetAnchorRegex(Regex anchorRegex)Added in version 8.1.0
Sets the identifying text anchor regex from a regex object.
- ResetAnchorRegexes()
BuilderTypeResetAnchorRegexes()Added in version 8.1.0
Resets the identifying text anchor regexes.