←Select platform

AddFormPage(FormRecognitionAttributes,RasterImage,PageRecognitionOptions,PageProgressCallback) Method

Summary
Appends a new page to the specified Form attributes object. The Form attributes object should be opened before the addition using OpenForm.

Syntax
C#
C++/CLI
Python
def AddFormPage(self,attributes,page,pageOptions,callback): 

Parameters

attributes
The Form attributes object.

page
The page image that is going to be added to the Form attributes object.

pageOptions
Specifies the options for the page.

callback
Optional callback to show operation progress.

Remarks

The object should be a Form attributes object. This method does not work with Master Form attributes objects. To add a page to a Master Form attribute object, use AddMasterFormPage(FormRecognitionAttributes,RasterImage,PageRecognitionOptions).

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.Recognition Assembly

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