←Select platform

ProcessPage(RasterImage,PageAlignment,int) Method

Summary
Performs field processing on the page image provided.

Syntax
C#
C++/CLI
Java
Python
public void ProcessPage( 
   RasterImage page, 
   PageAlignment pageAlignment, 
   int formPageNumber 
) 
public void processPage( 
   RasterImage page, 
   PageAlignment pageAlignment, 
   int formPageNumber 
); 
public: 
void ProcessPage(  
   RasterImage^ page, 
   PageAlignment^ pageAlignment, 
   int formPageNumber 
)  
def ProcessPage(self,page,pageAlignment,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

Help Version 22.0.2023.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Processing Assembly

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