←Select platform

Process(RasterImage,FormProcessingOptions) Method

Summary

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

Syntax

C#
VB
C++
Public Sub Process( 
   ByVal form As RasterImage, 
   ByVal options As FormProcessingOptions 
) 
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Processing Assembly