←Select platform

Process Method

Summary

Performs processing on a form.

Syntax

C#
VB
C++
Java
  
Public MustOverride Sub Process( _ 
   ByVal engine As FormProcessingEngine, _ 
   ByVal form As RasterImage, _ 
   ByVal pageAlignment As PageAlignment _ 
)  
public: 
abstract void Process(  
   FormProcessingEngine^ engine, 
   RasterImage^ form, 
   PageAlignment^ pageAlignment 
)  

Parameters

engine
The FormProcessingEngine that is initialized with the OCR and barcode engines (as needed).

form
The image on which the processing should be performed.

pageAlignment
A PageAlignment value that specifies how to align a Master Form's field to the processed form.

Requirements

Target Platforms

See Also

Reference

FormField Class

FormField Members

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