Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Show in webframe

SearchingZone Property (MRZCodeDetectionCommand)








Sets and gets a LeadRect structure that represents the area to be searched.
Syntax
public LeadRect SearchingZone {get; set;}
'Declaration
 
Public Property SearchingZone As LeadRect
'Usage
 
Dim instance As MRZCodeDetectionCommand
Dim value As LeadRect
 
instance.SearchingZone = value
 
value = instance.SearchingZone
public LeadRect SearchingZone {get; set;}
 <br/>get_SearchingZone();<br/>set_SearchingZone(value);<br/>Object.defineProperty('SearchingZone'); 
public:
property LeadRect SearchingZone {
   LeadRect get();
   void set (    LeadRect value);
}

Property Value

A LeadRect structure that represents the area to be searched.
Example
Refer to the MRZCodeDetectionCommand example.
Requirements

Target Platforms

See Also

Reference

MRZCodeDetectionCommand Class
MRZCodeDetectionCommand Members

Error processing SSI file