←Select platform

ProcessPage(RasterImage,int,PageProcessingOptions) Method

Summary

Performs field processing with options on the page image provided.

Syntax
C#
VB
C++
Java
public void ProcessPage( 
   RasterImage page, 
   int formPageNumber, 
   PageProcessingOptions options 
) 
Public Sub ProcessPage( 
   ByVal page As RasterImage, 
   ByVal formPageNumber As Integer, 
   ByVal options As PageProcessingOptions 
) 
public:  
   void ProcessPage( 
      RasterImage^ page, 
      int formPageNumber, 
      PageProcessingOptions^ options 
   ) 

public void processPage( 
   RasterImage page, 
   int formPageNumber, 
   PageProcessingOptions options 
); 

Parameters

page

Page image. Must not be null.

formPageNumber

1-based index, indicates the Master Form page number that corrospondslast to the provided form page.

options

Options to use. Can be null.

Remarks

The current page of page will be processed.

Example

For a complete example on using the forms recognition and processing, refer to the FormProcessingEngine example.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Processing Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.