CogOCVCharacterPosition AddFontModel Method Cognex VisionPro 9.8 SR1
Add a new font model to the end of the list of model candidates to be verified at this character position. FontModelCount will increment by one.

Namespace: Cognex.VisionPro.OC
Assembly: Cognex.VisionPro.OC (in Cognex.VisionPro.OC.dll) Version: 75.0.0.0
Syntax

public void AddFontModel(
	string name,
	int instance
)
Events

Exceptions

ExceptionCondition
ArgumentException

instance is < 0 or > 255.

Remarks

Add a new font model to the end of the list of model candidates to be verified at this character position. Calling this function will cause FontModelCount to increase by one.

See Also