←Select platform

Process Method

Summary

Performs processing on a form.

Syntax

C#
VB
C++
  
Public MustOverride Sub Process( _ 
   ByVal engine As Leadtools.Forms.Processing.FormProcessingEngine, _ 
   ByVal form As Leadtools.RasterImage, _ 
   ByVal pageAlignment As Leadtools.Forms.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Processing Assembly