←Select platform

Area Property

Summary

A rectangle containing the Area of Interest on the page.

Syntax
C#
VB
C++
public LeadRect Area { get; set; } 
Public Property Area() As LeadRect 
   Get 
   Set 
public:  
   property LeadRect^ Area 
   { 
      LeadRect^ get() 
      void set(LeadRect^ value) 
   } 

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 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ocr Assembly