- 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 |
---|---|
|
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 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family