←Select platform

Area Property

Summary

A rectangle containing the Area of Interest on the page.

Syntax
C#
Objective-C
C++/CLI
Python
public LeadRect Area { get; set; } 
@property (nonatomic, assign) LeadRect area; 
public:  
   property LeadRect^ Area 
   { 
      LeadRect^ get() 
      void set(LeadRect^ value) 
   } 
Area # get and set (OcrPageAreaOptions) 

Property Value

A rectangle containing the Area of Interest on the page. The default value is an empty rectangle.

Remarks

Using an empty rectangle results in area options having the size of the entire page (and therefore, the area of interest is not used).

The engine will use only the values of Area that intersect with the page's dimensions.

Requirements

Target Platforms

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

Leadtools.Ocr Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.