←Select platform

ProcessedImage Property

Summary

Indicates whether to return the processed binarized image that is generated and used by the MRZCodeDetectionCommand to detect the MRZ code.

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

Property Value

true to return the processed image by the MRZCodeDetectionCommand; otherwise, false. The default value is false.

Remarks

The processed image size may not be equal to the input image size.

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.