CogOCRMaxFieldingDefinitionCollection Constructor Cognex VisionPro 9.8
Construct a default CogOCRMaxFieldingDefinitionCollection object. This object will NOT initially be empty, Rather, this collection default constructs with the following three non-editable field definitions, all disabled:
'*': Wildcard=true,CharacterSet=""
'N': Wildcard=false,CharacterSet="0123456789"
'A': Wildcard=false, CharacterSet="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz"

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

public CogOCRMaxFieldingDefinitionCollection()
See Also