public void AddMasterFormPage(
FormRecognitionAttributes attributes,
RasterImage page,
PageRecognitionOptions pageOptions,
PageProgressCallback callback
)
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 should be a Master Form attributes, this method does not work for Forms attributes. To add a page to a Form attributes use AddFormPage(FormRecognitionAttributes,RasterImage,PageRecognitionOptions).