←Select platform

AddPage Method

Summary

Add a new OMR form page using its RasterImage object.

Syntax
C#
C++/CLI
Python
public Page AddPage( 
   RasterImage image 
) 
public:  
   Page^ AddPage( 
      RasterImage^ image 
   ) 
def AddPage(self,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 22.0.2023.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Processing.Omr Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.