←Select platform

FrameProcessing Enumeration

Summary

Determines the frame processing mode, whether to process all in the frame or just barcodes.

Syntax
C#
C++/CLI
Python
public enum FrameProcessing 
public: 
   [FlagsAttribute] 
   enum class FrameProcessing sealed 
class FrameProcessing(Enum): 
   Default = 0 
   FaceOnly = 1 
   FaceOnly = 1 
   BarcodeOnly = 2 
   BarcodeOnly = 2 
   MRZ = 4 
Members
ValueMemberDescription
0AllTo process frame barcodes, includes barcodes on the front and back of the ID card
1BarcodeOnlyTo process only barcodes on the back of the ID card
Remarks

On ID cards, use BarcodeOnly if you are only interested on the back side of the ID card, where a barcode is depicted. This selection will save memory and processing power.

Requirements

Target Platforms

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

Leadtools.Forms.Commands Assembly

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