The Process Method is available as an add-on to the LEADTOOLS Document and Medical Imaging toolkits.
- engine
- The processing engine 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.
Visual Basic (Declaration) | |
---|---|
Public MustOverride Sub Process( _ ByVal engine As FormProcessingEngine, _ ByVal form As RasterImage, _ ByVal pageAlignment As PageAlignment _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As FormField Dim engine As FormProcessingEngine Dim form As RasterImage Dim pageAlignment As PageAlignment instance.Process(engine, form, pageAlignment) |
C# | |
---|---|
public abstract void Process( FormProcessingEngine engine, RasterImage form, PageAlignment pageAlignment ) |
C++/CLI | |
---|---|
public: abstract void Process( FormProcessingEngine^ engine, RasterImage^ form, PageAlignment^ pageAlignment ) |
Parameters
- engine
- The processing engine 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.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7