CogOCRMaxFielding FieldString Property Cognex VisionPro 9.23
Get or set the string that specifies what characters are expected. This string may optionally contain characters that correspond to fielding definition aliases.

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

public string FieldString { get; set; }

Property Value

Type: String
Events

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

ExceptionCondition
ArgumentNullException If the input argument is null.
See Also