←Select platform

ProcessPage(RasterImage,int,PageProcessingOptions) Method

Summary

Performs field processing with options on the page image provided.

Syntax

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

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Processing Assembly