CogIDPharmacode HorizontalDirection Property Cognex VisionPro 9.8
Horizontal direction of the pharmacode symbol.

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

public CogIDHorizontalDirectionConstants HorizontalDirection { get; set; }

Property Value

Type: CogIDHorizontalDirectionConstants
Default value is LeftToRight.
Events

Event TypeReason
ICogChangedEvent Changed

Fires when the value of this property changes.

Exceptions

ExceptionCondition
ArgumentException The supplied value is not a member of CogIDHorizontalDirectionConstants
Remarks

Sets or gets the horizontal direction of the symbole to decode.
See Also