←Select platform

ProcessRotatedMRZ Property

Summary

Indicates whether to detect any 90-degrees-rotated MRZ codes.

Syntax
C#
C++/CLI
Java
Python
public bool ProcessRotatedMRZ { get; set; } 
public boolean getProcessRotatedMRZ(); 
public void setProcessRotatedMRZ( 
   boolean booleanValue 
); 
public:  
   property bool ProcessRotatedMRZ 
   { 
      bool get() 
      void set(bool value) 
   } 
ProcessRotatedMRZ # get and set (MRZCodeDetectionCommand) 

Property Value

true to detect the rotated MRZ codes in the document; otherwise, false. The default value is false.

Requirements

Target Platforms

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

Leadtools.ImageProcessing.Core Assembly

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