←Select platform

Process(RasterImage,FormProcessingOptions) Method

Summary

Performs field processing on the form image using the specified options.

Syntax
C#
VB
C++
Java
Public Sub Process( 
   ByVal form As RasterImage, 
   ByVal options As FormProcessingOptions 
) 
public:  
   void Process( 
      RasterImage^ form, 
      FormProcessingOptions^ options 
   ) 

public void process( 
   RasterImage form, 
   FormProcessingOptions options 
); 

Parameters

form

The form image.

options

Processing options. Must not be null.

Example

For a complete example on using the forms recognition and processing, refer to the FormProcessingEngine example.

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.Processing Assembly