OCRBasicFielding ClassCognex VisionPro 9.22

This class provides functionality for specifying the Basic Fielding parameters.

Inheritance Hierarchy

System Object
  Cognex.Vision ShareableBase
    Cognex.Vision ChangedEventShareableBase
      Cognex.Vision.ViDiEL OCRFielding
        Cognex.Vision.ViDiEL OCRBasicFielding

Namespace: Cognex.Vision.ViDiEL
Assembly: Cognex.Vision.ViDiELOCR.Net (in Cognex.Vision.ViDiELOCR.Net.dll) Version: 9.22.2.0
Syntax

public sealed class OCRBasicFielding : OCRFielding, 
	IObject

The OCRBasicFielding type exposes the following members.

Constructors

  NameDescription
Public methodOCRBasicFielding 

Constructs a new instance of this class.

Public methodOCRBasicFielding(String, UInt32)

Constructs a new instance of this class.

Top
Methods

  NameDescription
Public methodEquals
Compares the equality of this object with another.
(Overrides OCRFielding Equals(Object).)
Public methodGetHashCode
Returns the hash code of this object.
(Overrides OCRFielding GetHashCode .)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetTypeMeta

Get the TypeMeta that describes the type of this object.

(Overrides ShareableBase GetTypeMeta .)
Public methodResumeAndRaiseChangedEvent

Re-enables raising of the ChangedEvent after SuspendChangedEvent has been called, and raises the ChangedEvent if the ChangedEventSuspended count is reduced to zero and any changes were made while events were suspended. Must be called once for each call to SuspendChangedEvent.

(Overrides ChangedEventShareableBase ResumeAndRaiseChangedEvent .)
Public methodSuspendChangedEvent

Temporarily suspends the raising of the ChangedEvent. May be called more than once, and a corresponding call to ResumeAndRaiseChangedEvent must be made for each call to SuspendChangedEvent.

(Overrides ChangedEventShareableBase SuspendChangedEvent .)
Public methodToString

Returns a human readable string that represents the object.

(Overrides Object ToString .)
Top
Operators

  NameDescription
Public operatorStatic memberEquality
Compares the equality of two OCRBasicFielding objects.
Public operatorStatic memberInequality
Compares the inequality of two OCRBasicFielding objects.
Top
Fields

  NameDescription
Public fieldStatic memberSfAllowedCharacters
Public fieldStatic memberSfNumLines
Top
Properties

  NameDescription
Public propertyAllowedCharacters
Get

Gets the allowed characters in all positions.

Public propertyChangedEventSuspended

Indicates if raising the ChangedEvent has been suspended.

(Overrides ChangedEventShareableBase ChangedEventSuspended.)
Public propertyHandle (Overrides OCRFielding Handle.)
Public propertyNumLines
Get

Gets the number of expected lines.

Top
Events

  NameDescription
Public eventChanged

The actual event.

(Overrides ChangedEventShareableBase Changed.)
Top
Remarks

The Basic Fielding parameters allow the specification of a set of characters that must be present in the characters found in the runtime image.

See Also