←Select platform

OCRAZones Property

Summary

Gets the OCRA text zones after the MICR code detection command has been applied.

Syntax
C#
VB
C++
public LeadRect[] OCRAZones { get; set; } 
Public Property OCRAZones() As LeadRect() 
   Get 
   Set 
public:  
   property array<LeadRect^>^ OCRAZones 
   { 
      array<LeadRect^>^ get() 
      void set(array<LeadRect^>^ value) 
   } 

Property Value

An array of LeadRect that contains the location of the OCRA locations.

Example

For an example, refer to MICRCodeDetectionCommand.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly