ImageGear .NET - Updated
DetectFillingMethod Method (ImGearRecPage)




ImageGear24.Recognition Assembly > ImageGear.Recognition Namespace > ImGearRecPage Class : DetectFillingMethod Method
Detects the filling method used for the entire image.
Syntax
'Declaration
 
Public Function DetectFillingMethod() As ImGearRecFillingMethod
'Usage
 
Dim instance As ImGearRecPage
Dim value As ImGearRecFillingMethod
 
value = instance.DetectFillingMethod()
public ImGearRecFillingMethod DetectFillingMethod()
public: ImGearRecFillingMethod DetectFillingMethod(); 
public:
ImGearRecFillingMethod DetectFillingMethod(); 

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

Reference

ImGearRecPage Class
ImGearRecPage Members
ImGearRecFillingMethod Enumeration
ImGearRecZone Class
ImGearRecognition Class