←Select platform

Flags Property

Summary

Indicates the flags used for sorting zones in GetSortedZonesIndexMap.

Syntax
C#
VB
C++
public OcrPageSortedZonesIndexMapFlags Flags { get; set; } 
Public Property Flags() As OcrPageSortedZonesIndexMapFlags 
   Get 
   Set 

Property Value

One or more OcrPageSortedZonesIndexMapFlags enumeration member that indicate the options for sorting zones in GetSortedZonesIndexMap.

Remarks

These flags are used with GetSortedZonesIndexMap to control the process of sorting zones.

GetSortedZonesIndexMap returns an array of the zone indices ordered such that their corresponding zones are sorted from top to bottom and left to right. The first zone's index reported in the array corresponds to the very top-left zone, while the last zone's index reported in the array corresponds to the very bottom-right zone.

Requirements

Target Platforms

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

Leadtools.Ocr Assembly