Is this page helpful?
Add a new OMR form page using its RasterImage object.
public Page AddPage(
RasterImage image
)
image
The RasterImage that represents the OMR form page.
Initialized Page object. If the method fails to create the Page object, the return value is null.
This method is the only way to create Page object. If OmrEngine fails to detect all the OMR marks in the image, the return value is null.