CogOCRMaxFielding EscapeCharacter Property Cognex VisionPro 9.8
Get or set the character that may optionally be used to distinguish whether a character in the FieldString should be considered as a possible alias for a fielding definition. If EscapeCharacterEnabled is true and this character is encountered in the FieldString, the next character in the field string will be interpreted literally and will not be evaluated as a possible alias.

Namespace: Cognex.VisionPro.OCRMax
Assembly: Cognex.VisionPro.OCRMax (in Cognex.VisionPro.OCRMax.dll) Version: 75.1.0.0
Syntax

public char EscapeCharacter { get; set; }

Property Value

Type: Char
Events

Event TypeReason
ICogChangedEvent Changed Fires when the value of this property changes.
See Also