CogOCArrangerOrientationModeConstants EnumerationCognex VisionPro
Specifies whether the expected orientation of a character is explicitly specified by the client, or is the average of all orientations of characters along the same line of text.

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

public enum CogOCArrangerOrientationModeConstants
Members

  Member nameValueDescription
Specified0The orientation of the lines of text are explicitly specified by the client.
Average1The orientation of a line of text is the average of all orientations of characters along that same line of text.
See Also