←Select platform

Process Method

Summary

Processes this field.

Syntax

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

Parameters

engine
A Form Processing Engine class initialized with any OCR and barcode engines that are going to be used for processing.

form
The Leadtools.RasterImage on which to perform the processing.

pageAlignment
The Leadtools.Forms.Common.PageAlignment enumeration value that represents the page alignment to be applied to this form image.

Remarks

This method is designed to be called by the FormProcessingEngine.ProcessPage method. It cannot be called directly.

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