CogID PropertiesCognex VisionPro 9.7

The CogID type exposes the following members.

Properties

  NameDescription
Public propertyAllowIdenticalSymbols
Get or set whether identical symbols within the same image should be decoded. If true, decode results may be returned for identical symbols within the same image. Otherwise, at most one result for such symbols will be returned. Two symbols are considered identical if they have the same length, symbology tpe, and decoded string.
Public propertyAllowPartialResults
Get or set whether to allow partial results when timeout is enabled.
Public propertyChangedEventSuspended
If nonzero, indicates that the raising of the Changed event has been suspended. This value is incremented when SuspendChangedEvent is called and decremented when ResumeAndRaiseChangedEvent is called.
(Inherited from CogSerializableChangedEventBase.)
Public propertyCodabar
The Codabar parameters.
Public propertyCode128
The Code 128 parameters.
Public propertyCode39
The Code 39 parameters.
Public propertyCode93
The Code 93 parameters.
Public propertyDataBar
The DataBar parameters.
Public propertyDataMatrix
The DataMatrix parameters.
Public propertyDecodedStringCodePage
Code page to use when constructing a decoded string.
Public propertyEANUCCComposite
The EANUCCComposite parameters.
Public propertyFourState
The Four State parameters.
Public propertyHasChanged (Inherited from CogSerializableChangedEventBase.)
Public propertyI2Of5
The interleaved 2 of 5 parameters.
Public propertyNumToFind
Maximum number of symbols to find and process.
Public propertyPDF417
The PDF417 parameters.
Public propertyPharmacode
The Pharmacode parameters.
Public propertyPlanet
The Planet parameters.
Public propertyPostnet
The Postnet parameters.
Public propertyProcessingMode
Processing mode: IDQuick or IDMax.
Public propertyQRCode
The QRCode parameters.
Public propertyShortQuietZone
Get or set whether the quiet zone can be shorter. When true the quiet zone can be about 6X, when false, the quiet zone can be 10X.
Public propertyStateFlags
Returns the complete set of state flags supported on this object. The flags may be indexed by name as shown in the following C# code snippet: if (changedObject.StateFlags["Color"] & eventArgs.StateFlags) { ... }
(Inherited from CogSerializableChangedEventBase.)
Public propertyTimeout
The maximum execution time (msec) allowed to decode a symbole. If decoding has not finished by the end of the timeout period, it will stop soon thereafter and return E_Cog_TimeoutExpired. This value only applies if TimeoutEnabled is true.
Public propertyTimeoutEnabled
If true then the Timeout property limits the execution time of the symbol decoding. If false then timeout is disabled and the Timeout property is ignored."
Public propertyTrained
Returns true if the tool is trained.
Public propertyTrainedData
The Trained Data.
Public propertyUpcEan
The UpcEan parameters.
Top
See Also