CogIDCode39 FullASCIIMode Property Cognex VisionPro 9.24
If True, interpret the decoded string as full ASCII. This allows all ASCII characters, such as lower case letters, to be used.

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

public bool FullASCIIMode { get; set; }

Property Value

Type: Boolean
Default value is false.
Events

Event TypeReason
ICogChangedEvent Changed

Fires when the value of this property changes.

See Also