←Select platform

Area Property

Summary

A rectangle containing the Area of Interest on the page.

Syntax

C#
VB
C++
public LogicalRectangle Area { get; set; } 
Public Property Area() As LogicalRectangle 
   Get 
   Set 
public:  
   property LogicalRectangle^ Area 
   { 
      LogicalRectangle^ get() 
      void set(LogicalRectangle^ 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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Ocr Assembly