The ProcessPage Method is available as an add-on to the LEADTOOLS Document and Medical Imaging toolkits.
- 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.
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.
The current page of page will be processed.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7