Sets and gets a
LeadRect structure that represents the area to be searched.
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.