Constructs a new instance of this class, and
initializes the FieldString property to the
supplied value.
Namespace: Cognex.VisionPro.OCRMaxAssembly: Cognex.VisionPro.OCRMax (in Cognex.VisionPro.OCRMax.dll) Version: 73.0.0.0
Syntax
Parameters
- fieldString
- Type: System String
Set the FieldString property of this newly constructed CogOCRMaxFielding object to this value. May not be null.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | If the supplied fieldString argument is null. |
See Also