CogOCRMaxFont Export Method Cognex VisionPro 9.7
Save this font into a Cognex ".ocr" formatted font file on disk.

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

public void Export(
	string fileName
)

Parameters

fileName
Type: System String
The full path of where to save the font.
Exceptions

ExceptionCondition
ArgumentNullException Thrown if fileName is null.
ArgumentException Thrown if fileName is the empty string.
Remarks

Note that the .ocr font format is compatible with Cognex's CVL product.

See Also