←Select platform

SearchingZone Property

Summary
Sets and gets a LeadRect structure that represents the area to be searched.
Syntax
C#
VB
Objective-C
C++
Java
public LeadRect SearchingZone { get; set; } 
Public Property SearchingZone As LeadRect 
@property (nonatomic, assign) LeadRect searchingZone 
public void setSearchingZone(LeadRect value) 
public: 
property LeadRect SearchingZone { 
   LeadRect get(); 
   void set (    LeadRect ); 
} 

Property Value

A LeadRect structure that represents the area to be searched.

Example

Refer to the MICRCodeDetectionCommand example.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.