ImageGear for .NET
DetectFillingMethod Method
See Also  Send Feedback
ImageGear21.Recognition Assembly > ImageGear.Recognition Namespace > ImGearRecPage Class : DetectFillingMethod Method




Glossary Item Box

Detects the filling method used for the entire image.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Return Value

ImGearRecFillingMethod enumeration value.

Remarks

This method tries to determine the type of the text in the zones of a page globally (e.g. machine printed or dot-matrix printed text).

Although this method detects a filling method for the entire image, it requires zones to be defined beforehand. (They could be detected automatically with the Locate method or added manually.) Additionally, this method only looks into zones with the DEFAULT value in their FillingMethod property.

See Also

©2013. Accusoft Corporation. All Rights Reserved.