C#
VB
Java
Objective-C
WinRT C#
C++
Sets and gets a LeadRect structure that represents the area to be searched.
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 );
}
A LeadRect structure that represents the area to be searched.
Refer to the MICRCodeDetectionCommand example.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET