Error processing SSI file
LEADTOOLS Forms (Leadtools.Forms.Processing assembly)

Show in webframe

Process(RasterImage,Int32,Int32,IList<PageAlignment>) Method






The Leadtools.RasterImage.
First form page to process. It is a 1-based value.
Last form page to process. It is a 1-based value.
A value that indicates the Form Alignment. Alignment matches a Leadtools.Forms.LogicalRectangle that represents a specific area in the Master Form to its equivalent area in the Form. If it is null the fields will be aligned depending on the image resolution.
Performs field processing on the form image.
Syntax
public void Process( 
   RasterImage form,
   int firstPageNumber,
   int lastPageNumber,
   IList<PageAlignment> formAlignment
)
'Declaration
 
Public Overloads Sub Process( _
   ByVal form As RasterImage, _
   ByVal firstPageNumber As Integer, _
   ByVal lastPageNumber As Integer, _
   ByVal formAlignment As IList(Of PageAlignment) _
) 
'Usage
 
Dim instance As FormProcessingEngine
Dim form As RasterImage
Dim firstPageNumber As Integer
Dim lastPageNumber As Integer
Dim formAlignment As IList(Of PageAlignment)
 
instance.Process(form, firstPageNumber, lastPageNumber, formAlignment)

            

            
public:
void Process( 
   RasterImage^ form,
   int firstPageNumber,
   int lastPageNumber,
   IList<PageAlignment^>^ formAlignment
) 

Parameters

form
The Leadtools.RasterImage.
firstPageNumber
First form page to process. It is a 1-based value.
lastPageNumber
Last form page to process. It is a 1-based value.
formAlignment
A value that indicates the Form Alignment. Alignment matches a Leadtools.Forms.LogicalRectangle that represents a specific area in the Master Form to its equivalent area in the Form. If it is null the fields will be aligned depending on the image resolution.
Example

For a complete example on using the forms recognition and processing, refer to the FormProcessingEngine example.

Requirements

Target Platforms

See Also

Reference

FormProcessingEngine Class
FormProcessingEngine Members
Overload List

Error processing SSI file
Leadtools.Forms requires a Forms Module license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features