Appends a new page to the specified Master Form attributes object. The Master Form attributes object should be opened before the addition using OpenMasterForm.
Syntax
masterFormPageNumber
The One-Based index at which page should be inserted.
attributes
The Master Form attributes object.
page
The page image that is going to be added to Master Form attributes object.
pageOptions
Specifies the page options.
callback
Optional callback to show operation progress.
The attributes object should be a Master Form attributes object, this method does not work for Forms attributes object. To add a page to a Form attributes object use AddFormPage(FormRecognitionAttributes,RasterImage,PageRecognitionOptions).
If masterFormPageNumber is equal to -1 the page will be appended to the form pages.
If masterFormPageNumber is greater than the number of form pages an exception is thrown.
For a complete example of using form recognition and processing, refer to the FormRecognitionEngine example.
This example adds a page to the master form