←Select platform

ProcessFrame Method

Summary

Processes a frame of image data.

Syntax
C#
VB
C++
Java
public bool ProcessFrame( 
   RasterImage image 
) 
Public Function ProcessFrame( 
   ByVal image As RasterImage 
) As Boolean 
public:  
   bool ProcessFrame( 
      RasterImage^ image 
   ) 

public boolean processFrame( 
   RasterImage image 
); 

Parameters

image

Frame containing the image data of a card. Must not be null.

Return Value

true if all the data was found, otherwise; false and more frames are required.

Remarks

Refer to IDCardReader for more information.

Example

For an example, refer to IDCardReader.

Requirements

Target Platforms

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

Leadtools.Forms.Commands Assembly