Leadtools.Forms.Processing Requires Document/Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
ProcessPage Method
See Also 
Leadtools.Forms.Processing Namespace > FormProcessingEngine Class : ProcessPage Method



page
Page image.
pageAlignment
A value that indicates the page Alignment. It aligns the Master Form's fields to this page field. If it is null fields will be aligned depending on the image resolution.
formPageNumber
1-based index, indicate the Master Form page number that corrospondslast to the provided form page.
page
Page image.
pageAlignment
A value that indicates the page Alignment. It aligns the Master Form's fields to this page field. If it is null fields will be aligned depending on the image resolution.
formPageNumber
1-based index, indicate the Master Form page number that corrospondslast to the provided form page.
Performs field processing on the page image provided.

Syntax

Visual Basic (Declaration) 
Public Sub ProcessPage( _
   ByVal page As RasterImage, _
   ByVal pageAlignment As PageAlignment, _
   ByVal formPageNumber As Integer _
) 
Visual Basic (Usage)Copy Code
Dim instance As FormProcessingEngine
Dim page As RasterImage
Dim pageAlignment As PageAlignment
Dim formPageNumber As Integer
 
instance.ProcessPage(page, pageAlignment, formPageNumber)
C# 
public void ProcessPage( 
   RasterImage page,
   PageAlignment pageAlignment,
   int formPageNumber
)
C++/CLI 
public:
void ProcessPage( 
   RasterImage page,
   PageAlignment pageAlignment,
   int formPageNumber
) 

Parameters

page
Page image.
pageAlignment
A value that indicates the page Alignment. It aligns the Master Form's fields to this page field. If it is null fields will be aligned depending on the image resolution.
formPageNumber
1-based index, indicate the Master Form page number that corrospondslast to the provided form page.

Remarks

The current page of page will be processed.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also

Leadtools.Forms requires a Forms Module license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features