AddFormPage Method (FormRecognitionEngine) (original) (raw)

Summary

Appends the page at a given index from the LEADDocument to the FormRecognitionAttributes object. The Form attributes object should be opened before the addition using OpenForm.

Overload List

Overload Description
AddFormPage(FormRecognitionAttributes,RasterImage,PageRecognitionOptions) Appends a new page to the specified Form attributes object. The Form attributes object should be opened before the addition using OpenForm.
AddFormPage(FormRecognitionAttributes,RasterImage,PageRecognitionOptions,PageProgressCallback) Appends a new page to the specified Form attributes object. The Form attributes object should be opened before the addition using OpenForm.
AddFormPage(int,FormRecognitionAttributes,LEADDocument,PageRecognitionOptions,PageProgressCallback) Appends the page at a given index from the LEADDocument to the FormRecognitionAttributes object. The Form attributes object should be opened before the addition using OpenForm.

Requirements

Target Platforms

See Also

FormRecognitionEngine Class

FormRecognitionEngine Members