ImageGear23.Recognition Assembly > ImageGear.Recognition Namespace > ImGearRecPage Class : DetectFillingMethod Method |
'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();
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.