CogOCRMaxFieldingDefinition Constructor (Boolean, Char, String, Boolean, Boolean)Cognex VisionPro 9.20
Constructs a new instance of this class with the specified values. The characterSet argument may be empty but may not be null.

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

public CogOCRMaxFieldingDefinition(
	bool enabled,
	char alias,
	string characterSet,
	bool wildcard,
	bool editable
)

Parameters

enabled
Type: System Boolean
alias
Type: System Char
characterSet
Type: System String
wildcard
Type: System Boolean
editable
Type: System Boolean
See Also