OCROperator RegionMode Property Cognex VisionPro 9.24
Get

Gets the technique used to apply the region to the inspection image. Default Value: AffineTransform.

Set

Sets the RegionMode.

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

public RegionModeConstants RegionMode { get; set; }

Property Value

Type: RegionModeConstants
Exceptions

ExceptionCondition
ArgumentExceptionThe supplied value is not a member of //! RegionModeConstants or is not AffineTransform or PixelAlignedBoundingBox .
Remarks

If no region is used then this property is ignored.

Remarks

Changed Raised when the value of this property changes. The following state flag may be affected:

See Also