C#
VB
C++
Options for the FormProcessingEngine.Process method.
FormProcessingOptions contains the following members:
Member | Description |
---|---|
FirstPageNumber and LastPageNumber | 1-based first and last page number to process in the input form. Values of -1 (the default values) mean first and last page in the form respectively. |
FormAlignment | Optional form alignments for each page. Alignment matches a LogicalRectangle that represents a specific area in the Master Form to its equivalent area in the Form. If this value is null (the default value), then the fields will be aligned depending on the image resolution. |
SvgDocuments | Optional SVG representation of each page in the form. When this value is not null, the processing engine will use it to extract the text from the page instead of performing OCR on the source image resulting in 100% accurate processing. |