←Select platform

FeedImage Method

Summary

Feeds an image frame to the process.

Syntax
C#
C++/CLI
Python
public IImageFramesFeed FeedImage( 
   RasterImage image 
) 
public:  
   IImageFramesFeed^ FeedImage( 
      RasterImage^ image 
   ) 
def FeedImage(self,image): 

Parameters

image

The frame to process and extract data from

Return Value

This object.

Remarks

FeedImage does not extract data, it compiles a frame from the passed image for data extraction. Check for the status after calling this function, if IImageFramesFeed.Ready is true, then continue feeding frames.

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.