←Select platform

Bounds Property

Summary

Gets or sets the coordinates of the zone in logical units.

Syntax

C#
VB
C++
[DataMemberAttribute(Name="Bounds", IsRequired=true)] 
public LeadRect Bounds { get; set; } 
  
<DataMemberAttribute(Name="Bounds", IsRequired=True)> 
Public Property Bounds As Leadtools.Services.Datacontracts.LeadRect 
[DataMemberAttribute(Name="Bounds", IsRequired=true)] 
public: 
property Leadtools.Services.Datacontracts.LeadRect Bounds { 
   Leadtools.Services.Datacontracts.LeadRect get(); 
   void set (    Leadtools.Services.Datacontracts.LeadRect ); 
} 

Property Value

A Leadtools.Services.DataContracts.LeadRect that contain the coordinates of the zone in logical units.

Remarks

The coordinates of the zone is in logical (page) coordinates.

Example

For an example, refer to DocumentConvertOptions.PagesZones

Requirements

Target Platforms

See Also

Reference

OcrZone Class

OcrZone Members

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.