CogID DecodedStringCodePage Property Cognex VisionPro 9.21
Code page to use when constructing a decoded string.

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

public CogIDCodePageConstants DecodedStringCodePage { get; set; }

Property Value

Type: CogIDCodePageConstants
Events

Event TypeReason
ICogChangedEvent Changed

Fires when the value of this property changes.

Exceptions

ExceptionCondition
ArgumentException The supplied value is not a member of CogIDCodePageConstants
See Also