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