Enable creation of records by bitwise ORing the appropriate
CogOCRMaxCurrentRecordConstants.
Namespace: Cognex.VisionPro.OCRMaxAssembly: Cognex.VisionPro.OCRMax (in Cognex.VisionPro.OCRMax.dll) Version: 65.1.0.0
public CogOCRMaxCurrentRecordConstants CurrentRecordEnable { get; set; }public CogOCRMaxCurrentRecordConstants CurrentRecordEnable { get; set; }Public Property CurrentRecordEnable As CogOCRMaxCurrentRecordConstants
Get
Set
Public Property CurrentRecordEnable As CogOCRMaxCurrentRecordConstants
Get
Set
public:
property CogOCRMaxCurrentRecordConstants CurrentRecordEnable {
CogOCRMaxCurrentRecordConstants get ();
void set (CogOCRMaxCurrentRecordConstants value);
}public:
property CogOCRMaxCurrentRecordConstants CurrentRecordEnable {
CogOCRMaxCurrentRecordConstants get ();
void set (CogOCRMaxCurrentRecordConstants value);
}Property Value
Type:
CogOCRMaxCurrentRecordConstants
The CurrentRecordEnable value. The default value is (int)CogOCRMaxCurrentRecordConstants::InputImage | (int)CogOCRMaxCurrentRecordConstants::Region.
| Event Type | Reason |
|---|
| ICogChangedEvent Changed | Fires when this property changes. The following state flag may be affected: - SfCurrentRecordEnable
- SfCreateCurrentRecord
|