Performs field processing on the page image provided.
Syntax
public void ProcessPage(
RasterImage page,
PageAlignment pageAlignment,
int formPageNumber
)
Public Sub ProcessPage( _
ByVal page As RasterImage, _
ByVal pageAlignment As PageAlignment, _
ByVal formPageNumber As Integer _
)
public void processPage(
RasterImage page,
PageAlignment pageAlignment,
int formPageNumber
);
public:
void ProcessPage(
RasterImage^ page,
PageAlignment^ pageAlignment,
int formPageNumber
)
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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document