←Select platform

Process Method

Summary

Processes the field.

Syntax
C#
VB
C++
  
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

The processing engine that is initialized with OCR and barcode engines.

form

The image on which the processing should be performed.

pageAlignment

The page alignment to align the field to this form image.

Remarks

This method cannot be called directly: call it through the FormProcessingEngine.ProcessPage method.

Example

For an example, refer to SingleSelectionField.

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