←Select platform

ProcessFrame Method

Summary

Processes a frame of image data.

Syntax

C#
VB
C++
public bool ProcessFrame( 
   RasterImage image 
) 
Public Function ProcessFrame( 
   ByVal image As RasterImage 
) As Boolean 
public:  
   bool 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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Commands Assembly