OCROperator Region Property Cognex VisionPro 9.22
Get

Gets the inspection region of the input image.

Set

Sets the Region.

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

public IRegion Region { get; set; }

Return Value

Type: IRegion

The inspection region.

Remarks

If the Region value is null then the entire specified Image is processed.

Remarks

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

See Also