←Select platform

AddPage Method

Summary

Add a new OMR form page using its RasterImage object.

Syntax
C#
VB
C++
public Page AddPage( 
   RasterImage image 
) 
Public Function AddPage( 
   ByVal image As RasterImage 
) As Page 
public:  
   Page^ AddPage( 
      RasterImage^ image 
   ) 

Parameters

image

The RasterImage that represents the OMR form page.

Return Value

Initialized Page object. If the method fails to create the Page object, the return value is null.

Remarks

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.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Processing.Omr Assembly