public void AddFormPage(
FormRecognitionAttributes attributes,
RasterImage page,
PageRecognitionOptions pageOptions,
PageProgressCallback callback
)
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.
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).