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

Show in webframe

MRZZone Property








Gets a LeadRect structure that represents the location of the MRZ zone.
Syntax
public LeadRect MRZZone {get;}
'Declaration
 
Public ReadOnly Property MRZZone As LeadRect
'Usage
 
Dim instance As MRZCodeDetectionCommand
Dim value As LeadRect
 
value = instance.MRZZone
public LeadRect MRZZone {get;}
 get_MRZZone(); 
public:
property LeadRect MRZZone {
   LeadRect get();
}

Property Value

A LeadRect structure that represents the location of the MRZ zone.
Example
Refer to the MRZCodeDetectionCommand example.
Requirements

Target Platforms

See Also

Reference

MRZCodeDetectionCommand Class
MRZCodeDetectionCommand Members

Error processing SSI file