C#
VB
C++
Performs field processing on the form image using the specified options.
public void Process(
RasterImage form,
FormProcessingOptions options
)
Public Sub Process(
ByVal form As RasterImage,
ByVal options As FormProcessingOptions
)
public:
void Process(
RasterImage^ form,
FormProcessingOptions^ options
)
form
The form image.
options
Processing options. Must not be null.
For a complete example on using the forms recognition and processing, refer to the FormProcessingEngine example.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET