The CogID type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| AllowIdenticalSymbols | 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. | |
| AllowPartialResults | Get or set whether to allow partial results
when timeout is enabled.
| |
| ChangedEventSuspended |
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.) | |
| Codabar | The Codabar parameters. | |
| Code128 | The Code 128 parameters. | |
| Code39 | The Code 39 parameters. | |
| Code93 | The Code 93 parameters. | |
| DataBar | The DataBar parameters. | |
| DataMatrix | The DataMatrix parameters. | |
| DecodedStringCodePage | Code page to use when constructing a decoded string. | |
| EANUCCComposite | The EANUCCComposite parameters. | |
| FourState | The Four State parameters. | |
| HasChanged | (Inherited from CogSerializableChangedEventBase.) | |
| I2Of5 | The interleaved 2 of 5 parameters. | |
| NumToFind | Maximum number of symbols to find and process. | |
| PDF417 | The PDF417 parameters. | |
| Pharmacode | The Pharmacode parameters. | |
| Planet | The Planet parameters. | |
| Postnet | The Postnet parameters. | |
| ProcessingMode | Processing mode: IDQuick or IDMax. | |
| QRCode | The QRCode parameters. | |
| ShortQuietZone | 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. | |
| StateFlags |
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.) | |
| Timeout |
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.
| |
| TimeoutEnabled |
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."
| |
| Trained | Returns true if the tool is trained. | |
| TrainedData | The Trained Data. | |
| UpcEan | The UpcEan parameters. |
See Also