ImageGear .NET - Updated
DefaultFillingMethod Property




ImageGear24.Recognition Assembly > ImageGear.Recognition Namespace > ImGearRecRecognitionSettings Class : DefaultFillingMethod Property
Gets or sets default filling method used for zones whose filling method is DEFAULT.
Syntax
'Declaration
 
Public Property DefaultFillingMethod As ImGearRecFillingMethod
'Usage
 
Dim instance As ImGearRecRecognitionSettings
Dim value As ImGearRecFillingMethod
 
instance.DefaultFillingMethod = value
 
value = instance.DefaultFillingMethod
public ImGearRecFillingMethod DefaultFillingMethod {get; set;}
public: __property ImGearRecFillingMethod get_DefaultFillingMethod();
public: __property void set_DefaultFillingMethod( 
   ImGearRecFillingMethod value
);
public:
property ImGearRecFillingMethod DefaultFillingMethod {
   ImGearRecFillingMethod get();
   void set (    ImGearRecFillingMethod value);
}

Property Value

ImGearRecFillingMethod enumeration value.
Remarks
This property specifies the default filling method for the page. The default filling method is applied to all zones on the page with the DEFAULT value in their ImGearRecZone.FillingMethod property.

This substitution of the filling method happens at the beginning of the Recognize call.

The default value is ImGearRecFillingMethod.OMNIFONT.

See Also

Reference

ImGearRecRecognitionSettings Class
ImGearRecRecognitionSettings Members
ImGearRecFillingMethod Enumeration
Recognize Method
ImGearRecZone Class
DetectFillingMethod Method
ImGearRecModuleCollection Class