←Select platform

ProcessPage(RasterImage,PageAlignment,int) Method

Summary

Performs field processing on the page image provided.

Syntax

C#
VB
C++
public void ProcessPage( 
   RasterImage page, 
   PageAlignment pageAlignment, 
   int formPageNumber 
) 
  
Public Sub ProcessPage( _ 
   ByVal page As Leadtools.RasterImage, _ 
   ByVal pageAlignment As Leadtools.Forms.PageAlignment, _ 
   ByVal formPageNumber As Integer _ 
)  
public: 
void ProcessPage(  
   Leadtools.RasterImage^ page, 
   Leadtools.Forms.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

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