←Select platform

SearchingZone Property

Summary

Sets and gets a LeadRect structure that represents the area to be searched.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public LeadRect SearchingZone { get; set; } 
Public Property SearchingZone As Leadtools.LeadRect 
public Leadtools.LeadRect SearchingZone {get; set;} 
@property (nonatomic, assign) LeadRect searchingZone 
public void setSearchingZone(LeadRect value) 
 <br/>get_SearchingZone();<br/>set_SearchingZone(value);<br/>Object.defineProperty('SearchingZone');  
public: 
property Leadtools.LeadRect SearchingZone { 
   Leadtools.LeadRect get(); 
   void set (    Leadtools.LeadRect ); 
} 

Property Value

A LeadRect structure that represents the area to be searched.

Example

Refer to the MICRCodeDetectionCommand example.

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.ImageProcessing.Core Assembly